]> Dogcows Code - chaz/openbox/blob - Makefile.am
512a754c476014576408e0dff76ad1238e4c604d
[chaz/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=openbox.h theme.h
16
17 MAINTAINERCLEANFILES= Makefile.in
18
19 distclean-local:
20 $(RM) *\~ *.orig *.rej .\#*
This page took 0.034826 seconds and 3 git commands to generate.