From: Dana Jansens Date: Tue, 24 Apr 2007 02:59:26 +0000 (+0000) Subject: add these cflags even though they are empty right now all the time X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=cf3427b2e38c47b9ae39051703ef958b4d7f44e4;p=chaz%2Fopenbox add these cflags even though they are empty right now all the time --- diff --git a/Makefile.am b/Makefile.am index 795c18bb..2eac7313 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,6 +104,12 @@ parser_libobparser_la_SOURCES = \ ## openbox ## openbox_openbox_CPPFLAGS = \ + $(SM_CFLAGS) \ + $(XINERAMA_CFLAGS) \ + $(XKB_CFLAGS) \ + $(XRANDR_CFLAGS) \ + $(XSHAPE_CFLAGS) \ + $(XSYNC_CFLAGS) \ $(X_CFLAGS) \ $(XCURSOR_CFLAGS) \ $(SM_CFLAGS) \ @@ -121,6 +127,7 @@ openbox_openbox_LDADD = \ $(XKB_LIBS) \ $(XRANDR_LIBS) \ $(XSHAPE_LIBS) \ + $(XSYNC_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ $(XCURSOR_LIBS) \