summaryrefslogtreecommitdiff
path: root/plugins/placement/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 07:33:07 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 07:33:07 +0000
commit29e3748605eaf86635aed48273bddfdcdcae05c4 (patch)
tree4c32e66d32fefcd0d70dc4d6bc0ff9e04eaa7d6f /plugins/placement/Makefile.am
parenteb6ef3533c828c534a8767b6d66a8ee544d55cfd (diff)
add a window placement plugin
Diffstat (limited to 'plugins/placement/Makefile.am')
-rw-r--r--plugins/placement/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am
new file mode 100644
index 00000000..58993833
--- /dev/null
+++ b/plugins/placement/Makefile.am
@@ -0,0 +1,17 @@
+plugindir=$(libdir)/openbox/plugins
+
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
+-DPLUGINDIR=\"$(plugindir)\" \
+-DG_LOG_DOMAIN=\"Plugin-Placement\"
+
+plugin_LTLIBRARIES=placement.la
+
+placement_la_LDFLAGS=-module -avoid-version
+placement_la_SOURCES=placement.c
+
+noinst_HEADERS=
+
+MAINTAINERCLEANFILES=Makefile.in
+
+distclean-local:
+ $(RM) *\~ *.orig *.rej .\#*