diff options
author | Dan Nicholson <[email protected]> | 2007-10-29 09:03:01 -0600 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2007-10-29 12:05:54 -0700 |
commit | 29b8cac7d7fdff8433ba49af77fcc24fcae59282 (patch) | |
tree | 310c6f08ebbf194c3c9ea633a2ef518734b9b17f /progs/vp | |
parent | cdb02d43fe4f7eb0a4446ac4ecf4a9ee61aa1a67 (diff) |
specify app lib dependencies in Makefiles (patch 1/3)
(cherry-picked from commit c05aa5ec4cc29f949eff350582cb6f6c03dce3c6)
Conflicts: progs/demos/Makefile
progs/xdemos/Makefile
Diffstat (limited to 'progs/vp')
-rw-r--r-- | progs/vp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/vp/Makefile b/progs/vp/Makefile index 4952a52fc98..3349fd53428 100644 --- a/progs/vp/Makefile +++ b/progs/vp/Makefile @@ -8,7 +8,7 @@ TOP = ../.. include $(TOP)/configs/current -LIBS = $(APP_LIB_DEPS) +LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) SOURCES = \ vp-tris.c |