]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/Makefile.am
make the openbox engine use the new config shit instead of the themerc shit.
[chaz/openbox] / engines / openbox / Makefile.am
index 64f9315db69a969ebf7df22f138998d336828d77..1cfa3e5b889df34df9aac557f2fa7b8b2c0d0fa1 100644 (file)
@@ -5,6 +5,7 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
 -DENGINEDIR=\"$(enginedir)\" \
 -DTHEMEDIR=\"$(themedir)\" \
 -DDEFAULT_THEME=\"nyz\" \
+-DDEFAULT_FONT=\"Sans-6\" \
 -DG_LOG_DOMAIN=\"Openbox-Engine\"
 
 engine_LTLIBRARIES=openbox.la
@@ -12,7 +13,7 @@ engine_LTLIBRARIES=openbox.la
 openbox_la_LDFLAGS=-module -avoid-version
 openbox_la_SOURCES=openbox.c theme.c
 
-noinst_HEADERS=
+noinst_HEADERS=openbox.h theme.h
 
 MAINTAINERCLEANFILES= Makefile.in
 
This page took 0.021393 seconds and 4 git commands to generate.