X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=5d4637284fa69044fcacfcd863bafc00af4e06bb;hb=6372bd7c0d68793c2371ce7b6c1aa8017f913aee;hp=7d5eb05631396dcba2a7d19d64f64b1ddfe97477;hpb=4ad3961e366df1f3406e0c89abfb0524f16aa7c4;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 7d5eb056..5d463728 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,7 @@ parser_libobparser_la_SOURCES = \ openbox_openbox_CPPFLAGS = \ $(X_CFLAGS) \ + $(XCURSOR_CFLAGS) \ $(SM_CFLAGS) \ $(PANGO_CFLAGS) \ $(GLIB_CFLAGS) \ @@ -122,6 +123,7 @@ openbox_openbox_LDADD = \ $(XSHAPE_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ + $(XCURSOR_LIBS) \ $(LIBSN_LIBS) \ $(XML_LIBS) \ $(EFENCE_LIBS) \ @@ -216,7 +218,6 @@ tools_themetoxml_themetoxml_LDADD = \ $(XML_LIBS) tools_themetoxml_themetoxml_SOURCES = \ tools/themetoxml/themetoxml.c \ - tools/themetoxml/themetoxml.h \ tools/themetoxml/rgb.h