move the gettext header out to the root source dir
[mikachu/openbox.git] / plugins / placement / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
4             $(XML_CFLAGS) \
5             -DG_LOG_DOMAIN=\"Plugin-Placement\"
6
7 INCLUDES=-I../..
8
9 plugin_LTLIBRARIES=placement.la
10
11 placement_la_LDFLAGS=-module -avoid-version
12 placement_la_SOURCES=history.c history.h placement.c
13
14 MAINTAINERCLEANFILES=Makefile.in
15
16 distclean-local:
17         $(RM) *\~ *.orig *.rej .\#*