From dfc9680e333c3a10fedea103136b03c1ebc1ab2b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 21:17:02 +0000 Subject: back to automake --- plugins/placement/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 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..096d7600 --- /dev/null +++ b/plugins/placement/Makefile.am @@ -0,0 +1,18 @@ +plugindir=$(libdir)/openbox/plugins + +CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ + -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 + +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* -- cgit v1.2.3