Browse Source

gallium/gbm: Add dependencies for libraries linked into pipe_*.so.

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
tags/mesa-8.0-rc1
Michel Dänzer 14 years ago
parent
commit
3ce243879a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/targets/gbm/Makefile

+ 1
- 1
src/gallium/targets/gbm/Makefile View File

@@ -146,7 +146,7 @@ $(GBM_EXTRA_TARGETS): $(TOP)/$(LIB_DIR)/gbm/%: %
@$(INSTALL) -d $(dir $@)
$(INSTALL) $< $(dir $@)

$(pipe_TARGETS): $(PIPE_PREFIX)%.so: pipe_%.o
$(pipe_TARGETS): $(PIPE_PREFIX)%.so: pipe_%.o $(pipe_LIBS) $($*_LIBS)
$(MKLIB) -o $@ -noprefix -linker '$(CC)' \
-ldflags '-L$(TOP)/$(LIB_DIR) $(pipe_LDFLAGS) $(LDFLAGS)' \
$(MKLIB_OPTIONS) $< \

Loading…
Cancel
Save