X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2FMakefile.am;h=096d760065fd0f567e7b28d15d0c2e75fe6546a9;hb=31fac363fb8a1c62f38b943a7623f3e4afc7a7cd;hp=589938331d100e55212943aa639cdd8b4bf2085a;hpb=29e3748605eaf86635aed48273bddfdcdcae05c4;p=chaz%2Fopenbox diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am index 58993833..096d7600 100644 --- a/plugins/placement/Makefile.am +++ b/plugins/placement/Makefile.am @@ -1,15 +1,16 @@ plugindir=$(libdir)/openbox/plugins CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ --DPLUGINDIR=\"$(plugindir)\" \ --DG_LOG_DOMAIN=\"Plugin-Placement\" + -DG_LOG_DOMAIN=\"Plugin-Placement\" + +INCLUDES=-I../.. plugin_LTLIBRARIES=placement.la placement_la_LDFLAGS=-module -avoid-version -placement_la_SOURCES=placement.c +placement_la_SOURCES=history.c placement.c -noinst_HEADERS= +noinst_HEADERS=history.h MAINTAINERCLEANFILES=Makefile.in