openbox/plugins/placement/Makefile.am

20 lines
433 B
Text
Raw Normal View History

2003-04-13 21:17:02 +00:00
plugindir=$(libdir)/openbox/plugins
2003-05-24 15:35:26 +00:00
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
$(XML_CFLAGS) @CPPFLAGS@ \
2003-04-13 21:17:02 +00:00
-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 .\#*