]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/Makefile.am
split the render functions into obrender.c. rename all the src files to obfoo so...
[chaz/openbox] / engines / openbox / Makefile.am
index 64f9315db69a969ebf7df22f138998d336828d77..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=
+noinst_HEADERS=obengine.h obtheme.h obrender.h
 
 MAINTAINERCLEANFILES= Makefile.in
 
This page took 0.022837 seconds and 4 git commands to generate.