]> Dogcows Code - chaz/openbox/blob - plugins/placement/Makefile.am
6b32800873a0cd69186b4739225b4dc6fe3b7cf3
[chaz/openbox] / plugins / placement / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2
3 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_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.032489 seconds and 3 git commands to generate.