]> Dogcows Code - chaz/openbox/blob - plugins/placement/Makefile.am
762f5af809a0be1d5926a5ddb3dbfe2a98208317
[chaz/openbox] / plugins / placement / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
4 $(XML_CFLAGS) @CPPFLAGS@ \
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 placement.c
13
14 noinst_HEADERS=history.h
15
16 MAINTAINERCLEANFILES=Makefile.in
17
18 distclean-local:
19 $(RM) *\~ *.orig *.rej .\#*
This page took 0.038394 seconds and 3 git commands to generate.