From 29e3748605eaf86635aed48273bddfdcdcae05c4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 07:33:07 +0000 Subject: add a window placement plugin --- plugins/placement/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/placement/Makefile.am (limited to 'plugins/placement/Makefile.am') 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 .\#* -- cgit v1.2.3