]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/Makefile.am
kill the debug prints for now
[chaz/openbox] / plugins / placement / Makefile.am
index b48bb8503c4c6a18db81d03193891c05f655b9fa..096d760065fd0f567e7b28d15d0c2e75fe6546a9 100644 (file)
@@ -1,13 +1,14 @@
 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 history.c
+placement_la_SOURCES=history.c placement.c
 
 noinst_HEADERS=history.h
 
This page took 0.020808 seconds and 4 git commands to generate.