X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=engines%2Fopenbox%2FMakefile.am;h=1cfa3e5b889df34df9aac557f2fa7b8b2c0d0fa1;hb=5bf68f762b8fc87cf5583b645b948b4fe55f179f;hp=64f9315db69a969ebf7df22f138998d336828d77;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/engines/openbox/Makefile.am b/engines/openbox/Makefile.am index 64f9315d..1cfa3e5b 100644 --- a/engines/openbox/Makefile.am +++ b/engines/openbox/Makefile.am @@ -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