]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/Makefile.am
add --enable-gl support, and put the flags/libs in the appropriate makefiles
[chaz/openbox] / plugins / placement / Makefile.am
index 589938331d100e55212943aa639cdd8b4bf2085a..6b32800873a0cd69186b4739225b4dc6fe3b7cf3 100644 (file)
@@ -1,15 +1,16 @@
 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) @CPPFLAGS@ \
+         -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
 
This page took 0.025437 seconds and 4 git commands to generate.