From: Jeremy Huddleston Date: Thu, 1 Apr 2010 18:51:15 +0000 (-0700) Subject: xdemos: Fix a build failure for non-autoconf configs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=437902ce978cde9a0e1aa260f12dc232a8501c42;p=mesa.git xdemos: Fix a build failure for non-autoconf configs Signed-off-by: Jeremy Huddleston --- diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index e87d55d011e..d5c627aa34f 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 \