]> Dogcows Code - chaz/openbox/blob - plugins/placement/Makefile.am
back to automake
[chaz/openbox] / plugins / placement / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
4 -DG_LOG_DOMAIN=\"Plugin-Placement\"
5
6 INCLUDES=-I../..
7
8 plugin_LTLIBRARIES=placement.la
9
10 placement_la_LDFLAGS=-module -avoid-version
11 placement_la_SOURCES=history.c placement.c
12
13 noinst_HEADERS=history.h
14
15 MAINTAINERCLEANFILES=Makefile.in
16
17 distclean-local:
18 $(RM) *\~ *.orig *.rej .\#*
This page took 0.03345 seconds and 4 git commands to generate.