From f1efacb92b4c7e52f5f060a655a2dacfdddac44b Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 5 Dec 2007 20:34:59 -0800 Subject: Make osdemos linking like other programs Most of the programs list their dependencies on the Mesa libraries in their Makefiles. This works with the default configuration where APP_LIB_DEPS only lists external libraries. This changes the linux-osmesa configs and the osdemos Makefile to follow that convention. Some cleanup of the Makefile is also added to refer to the GL libraries through the existing variables rather than hardcoding their names. --- configs/linux-osmesa32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-osmesa32') diff --git a/configs/linux-osmesa32 b/configs/linux-osmesa32 index 12d0cb053d..6d37f5ce6f 100644 --- a/configs/linux-osmesa32 +++ b/configs/linux-osmesa32 @@ -28,4 +28,4 @@ PROGRAM_DIRS = # Dependencies OSMESA_LIB_DEPS = -lm -lpthread GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB) -APP_LIB_DEPS = -lOSMesa32 +APP_LIB_DEPS = -lm -lpthread -- cgit v1.2.3