get the libraries the right way round..
authorDave Airlie <airliedfreedesktop.org>
Thu, 15 Apr 2004 01:35:25 +0000 (01:35 +0000)
committerDave Airlie <airliedfreedesktop.org>
Thu, 15 Apr 2004 01:35:25 +0000 (01:35 +0000)
src/mesa/drivers/dri/radeon/Makefile

index d5717a63a109e8d6149e9e1c21a5c5af7611b19a..2037d591010d5c76653e7e900c34ae2d516481ec 100644 (file)
@@ -105,7 +105,7 @@ INCLUDE_DIRS = \
 MESA_MODULES = $(TOP)/src/mesa/mesa.a
 
 # Libraries that the driver shared lib depends on
-LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl -lc
+LIB_DEPS = $(GL_LIB_DEPS)
 
 
 ifeq ($(WINDOW_SYSTEM),dri)
@@ -138,7 +138,7 @@ default: depend $(LIB_DIR)/$(LIBNAME)
 
 $(LIB_DIR)/$(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile
        $(TOP)/bin/mklib -o $(LIBNAME) -noprefix -install $(LIB_DIR) \
-               $(WINLIB) $(LIB_DEPS) $(WINOBJ) $(MESA_MODULES) $(OBJECTS)
+               $(WINLIB) $(LIB_DEPS) $(WINOBJ) $(OBJECTS) $(MESA_MODULES)
 
 
 depend: $(C_SOURCES) $(ASM_SOURCES)