2003-03-21 07:33:07 +00:00
|
|
|
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
|
2003-03-21 07:54:48 +00:00
|
|
|
placement_la_SOURCES=placement.c history.c
|
2003-03-21 07:33:07 +00:00
|
|
|
|
2003-03-21 07:54:48 +00:00
|
|
|
noinst_HEADERS=history.h
|
2003-03-21 07:33:07 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES=Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
$(RM) *\~ *.orig *.rej .\#*
|