From: Dana Jansens Date: Wed, 28 May 2003 05:05:34 +0000 (+0000) Subject: add the X libs X-Git-Tag: gl2~60 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=806fbb63fc1fde45e1e56a16f8109ef531fe99da;p=dana%2Fopenbox.git add the X libs --- diff --git a/glft/Makefile.am b/glft/Makefile.am index 56ea72a6..16206dd3 100644 --- a/glft/Makefile.am +++ b/glft/Makefile.am @@ -8,7 +8,7 @@ CPPFLAGS=$(FC_CFLAGS) $(GLIB_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \ -DTHEMEDIR=\"$(themedir)\" INCLUDES=-I.. -LIBS=$(FC_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@ +LIBS=$(FC_LIBS) $(GLIB_LIBS) $(X_LIBS) $(GL_LIBS) @LIBS@ noinst_PROGRAMS=glfttest glfttest_LDFLAGS=-lglft -L.