]> icculus.org git repositories - mikachu/openbox.git/blob - engines/openbox/Makefile.am
make the default font Sans-7
[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 -DDEFAULT_FONT=\"Sans-7\" \
9 -DG_LOG_DOMAIN=\"Openbox-Engine\"
10
11 engine_LTLIBRARIES=openbox.la
12
13 openbox_la_LDFLAGS=-module -avoid-version
14 openbox_la_SOURCES=openbox.c theme.c
15
16 noinst_HEADERS=openbox.h theme.h
17
18 MAINTAINERCLEANFILES= Makefile.in
19
20 distclean-local:
21         $(RM) *\~ *.orig *.rej .\#*