]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/Makefile.am
add a window placement plugin
[chaz/openbox] / plugins / placement / Makefile.am
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am
new file mode 100644 (file)
index 0000000..5899383
--- /dev/null
@@ -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 .\#*
This page took 0.019836 seconds and 4 git commands to generate.