From: Dana Jansens Date: Wed, 16 Jun 2010 17:24:58 +0000 (-0400) Subject: fix deps for Openbox, it uses XComposite functions directly so it should link against... X-Git-Tag: cgl~31 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c3fac566b73adf92bdec19e18fbb803d1d623edc;p=dana%2Fopenbox.git fix deps for Openbox, it uses XComposite functions directly so it should link against the lib --- diff --git a/Makefile.am b/Makefile.am index 8e2b1b55..0d0a4269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -214,6 +214,7 @@ openbox_openbox_CPPFLAGS = \ $(PANGO_CFLAGS) \ $(GLIB_CFLAGS) \ $(LIBSN_CFLAGS) \ + $(XCOMPOSITE_CFLAGS) \ $(XML_CFLAGS) \ -DLOCALEDIR=\"$(localedir)\" \ -DDATADIR=\"$(datadir)\" \ @@ -225,6 +226,7 @@ openbox_openbox_LDADD = \ $(X_LIBS) \ $(XCURSOR_LIBS) \ $(LIBSN_LIBS) \ + $(XCOMPOSITE_LIBS) \ $(XML_LIBS) \ $(EFENCE_LIBS) \ $(LIBINTL) \