summaryrefslogtreecommitdiff
path: root/plugins/placement
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-29 08:47:24 +0000
committerDana Jansens <danakj@orodu.net>2003-06-29 08:47:24 +0000
commit2f9efb384d7afd456c44dd1b0c4619adbae5b248 (patch)
treed0aa03542fe6a6f68445c354c3620eb194a1ced0 /plugins/placement
parent6923e53751b796d12d37b8f4a3889fb934f0ef6c (diff)
prepare for alpha1 release.
make 'make dist' work.
Diffstat (limited to 'plugins/placement')
-rw-r--r--plugins/placement/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am
index 762f5af8..58fa1fa7 100644
--- a/plugins/placement/Makefile.am
+++ b/plugins/placement/Makefile.am
@@ -1,17 +1,15 @@
plugindir=$(libdir)/openbox/plugins
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
- $(XML_CFLAGS) @CPPFLAGS@ \
- -DG_LOG_DOMAIN=\"Plugin-Placement\"
+AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
+ $(XML_CFLAGS) \
+ -DG_LOG_DOMAIN=\"Plugin-Placement\"
INCLUDES=-I../..
plugin_LTLIBRARIES=placement.la
placement_la_LDFLAGS=-module -avoid-version
-placement_la_SOURCES=history.c placement.c
-
-noinst_HEADERS=history.h
+placement_la_SOURCES=history.c history.h placement.c
MAINTAINERCLEANFILES=Makefile.in