Mesa (7.8): xdemos: Fix a build failure for non-autoconf configs

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Apr 1 19:37:51 UTC 2010


Module: Mesa
Branch: 7.8
Commit: 437902ce978cde9a0e1aa260f12dc232a8501c42
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=437902ce978cde9a0e1aa260f12dc232a8501c42

Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Thu Apr  1 11:51:15 2010 -0700

xdemos: Fix a build failure for non-autoconf configs

Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

---

 progs/xdemos/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index e87d55d..d5c627a 100644
--- 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 \




More information about the mesa-commit mailing list