summaryrefslogtreecommitdiff
path: root/plugins/placement/Makefile.am
blob: b48bb8503c4c6a18db81d03193891c05f655b9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 history.c

noinst_HEADERS=history.h

MAINTAINERCLEANFILES=Makefile.in

distclean-local:
	$(RM) *\~ *.orig *.rej .\#*