From: Dana Jansens Date: Wed, 28 May 2003 05:06:19 +0000 (+0000) Subject: add the X libs and shape libs X-Git-Tag: gl2~58 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=59ad7cea2a6c6a0a16cbba8f92bc945f967ffac3;p=dana%2Fopenbox.git add the X libs and shape libs --- diff --git a/render2/Makefile.am b/render2/Makefile.am index 6be6282c..bd32e660 100644 --- a/render2/Makefile.am +++ b/render2/Makefile.am @@ -8,7 +8,7 @@ CPPFLAGS=$(FC_CFLAGS) $(GLIB_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \ -DTHEMEDIR=\"$(themedir)\" INCLUDES=-I.. -LIBS=$(GL_LIBS) $(GLIB_LIBS) @LIBS@ +LIBS=$(GL_LIBS) $(GLIB_LIBS) $(X_LIBS) $(XSHAPE_LIBS) @LIBS@ noinst_PROGRAMS=rendertest rendertest_LDFLAGS=-lobrender2 -L.