projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f568a
)
xdemos: Fix a build failure for non-autoconf configs
author
Jeremy Huddleston
<jeremyhu@apple.com>
Thu, 1 Apr 2010 18:51:15 +0000
(11:51 -0700)
committer
Jeremy Huddleston
<jeremyhu@apple.com>
Thu, 1 Apr 2010 19:14:45 +0000
(12:14 -0700)
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
progs/xdemos/Makefile
patch
|
blob
|
history
diff --git
a/progs/xdemos/Makefile
b/progs/xdemos/Makefile
index e87d55d011e2d55c378f330071b289e66b2c13a1..d5c627aa34f6743edc9ce490e21aec52b607c1f1 100644
(file)
--- a/
progs/xdemos/Makefile
+++ b/
progs/xdemos/Makefile
@@
-11,7
+11,7
@@
LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME)
# Add X11 and pthread libs to satisfy GNU gold.
APP_LIB_DEPS += -lX11 -lpthread
-LIBS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L$(
libdir
) $(APP_LIB_DEPS)
+LIBS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L$(
INSTALL_LIB_DIR
) $(APP_LIB_DEPS)
PROGS = \
corender \