]> icculus.org git repositories - mikachu/openbox.git/blob - engines/openbox/Makefile.am
merge the C branch into HEAD
[mikachu/openbox.git] / engines / openbox / Makefile.am
1 enginedir=$(libdir)/openbox/engines
2 themedir=$(datadir)/openbox/themes/openbox
3
4 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
5 -DENGINEDIR=\"$(enginedir)\" \
6 -DTHEMEDIR=\"$(themedir)\" \
7 -DDEFAULT_THEME=\"nyz\" \
8 -DG_LOG_DOMAIN=\"Openbox-Engine\"
9
10 engine_LTLIBRARIES=openbox.la
11
12 openbox_la_LDFLAGS=-module -avoid-version
13 openbox_la_SOURCES=openbox.c theme.c
14
15 noinst_HEADERS=
16
17 MAINTAINERCLEANFILES= Makefile.in
18
19 distclean-local:
20         $(RM) *\~ *.orig *.rej .\#*