]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/Makefile.am
comment stuff correctly for xresources
[chaz/openbox] / engines / openbox / Makefile.am
index 1cfa3e5b889df34df9aac557f2fa7b8b2c0d0fa1..33efbb71e60602010f70d10b17cf588c7a3837d8 100644 (file)
@@ -5,15 +5,14 @@ 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
 
 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.020596 seconds and 4 git commands to generate.