X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fplacement%2FMakefile.am;h=762f5af809a0be1d5926a5ddb3dbfe2a98208317;hb=069e9607fa433190307bb8242294a109e88165de;hp=b48bb8503c4c6a18db81d03193891c05f655b9fa;hpb=0edc14a4f92e34f5edcdb00898013206142ca71d;p=chaz%2Fopenbox diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am index b48bb850..762f5af8 100644 --- a/plugins/placement/Makefile.am +++ b/plugins/placement/Makefile.am @@ -1,13 +1,15 @@ plugindir=$(libdir)/openbox/plugins -CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ --DPLUGINDIR=\"$(plugindir)\" \ --DG_LOG_DOMAIN=\"Plugin-Placement\" +CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ + $(XML_CFLAGS) @CPPFLAGS@ \ + -DG_LOG_DOMAIN=\"Plugin-Placement\" + +INCLUDES=-I../.. plugin_LTLIBRARIES=placement.la placement_la_LDFLAGS=-module -avoid-version -placement_la_SOURCES=placement.c history.c +placement_la_SOURCES=history.c placement.c noinst_HEADERS=history.h