2003-04-13 21:17:02 +00:00
|
|
|
plugindir=$(libdir)/openbox/plugins
|
|
|
|
|
2003-06-29 08:47:24 +00:00
|
|
|
AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
|
|
|
|
$(XML_CFLAGS) \
|
|
|
|
-DG_LOG_DOMAIN=\"Plugin-Placement\"
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
INCLUDES=-I../..
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES=placement.la
|
|
|
|
|
|
|
|
placement_la_LDFLAGS=-module -avoid-version
|
2003-06-29 08:47:24 +00:00
|
|
|
placement_la_SOURCES=history.c history.h placement.c
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES=Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
$(RM) *\~ *.orig *.rej .\#*
|