]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/Makefile.am
add the shade button to the default layout
[chaz/openbox] / engines / openbox / Makefile.am
index 512a754c476014576408e0dff76ad1238e4c604d..800956d9e593ba3977a212bfca5f2ce170a307d1 100644 (file)
@@ -5,14 +5,15 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
 -DENGINEDIR=\"$(enginedir)\" \
 -DTHEMEDIR=\"$(themedir)\" \
 -DDEFAULT_THEME=\"nyz\" \
+-DDEFAULT_FONT=\"Sans-7\" \
 -DG_LOG_DOMAIN=\"Openbox-Engine\"
 
 engine_LTLIBRARIES=openbox.la
 
 openbox_la_LDFLAGS=-module -avoid-version
-openbox_la_SOURCES=openbox.c theme.c
+openbox_la_SOURCES=obengine.c obtheme.c obrender.c
 
-noinst_HEADERS=openbox.h theme.h
+noinst_HEADERS=obengine.h obtheme.h obrender.h
 
 MAINTAINERCLEANFILES= Makefile.in
 
This page took 0.022227 seconds and 4 git commands to generate.