diff options
author | Ian Romanick <[email protected]> | 2010-04-04 16:54:00 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-04-04 16:54:00 -0700 |
commit | 4fb2daf42c8171579cdc18605c5ceeb1963f8b31 (patch) | |
tree | da534f83de94161df440986ad5e36df245291552 /src/gallium/state_trackers | |
parent | ad3575e2dd81252e9ea341d1a7355e0bfd1cccee (diff) | |
parent | f66733e0773b4ec794438dd2422aeb28a791adda (diff) |
Merge branch '7.8'
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/vega/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile b/src/gallium/state_trackers/vega/Makefile index 7c315de8271..8b5a31cf315 100644 --- a/src/gallium/state_trackers/vega/Makefile +++ b/src/gallium/state_trackers/vega/Makefile @@ -43,7 +43,8 @@ VG_SOURCES = \ VG_OBJECTS = $(VG_SOURCES:.c=.o) -VG_LIBS = $(GALLIUM_AUXILIARIES) -lm +VG_LIBS = $(GALLIUM_AUXILIARIES) +VG_LIB_DEPS = $(EXTRA_LIB_PATH) -lm ### Include directories @@ -65,7 +66,7 @@ $(TOP)/$(LIB_DIR)/$(VG_LIB_NAME): $(VG_OBJECTS) $(VG_LIBS) -minor $(VG_MINOR) \ -patch $(VG_TINY) \ -install $(TOP)/$(LIB_DIR) \ - $(VG_OBJECTS) $(VG_LIBS) + $(VG_OBJECTS) $(VG_LIBS) $(VG_LIB_DEPS) ###################################################################### # Generic stuff |