X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2FMakefile.am;h=49e9b4f989b37458a9a1a81d4424ea650cf29da4;hb=2f9efb384d7afd456c44dd1b0c4619adbae5b248;hp=87431ae18e22046ab1bf6dd161b508c7d0b96c3c;hpb=6923e53751b796d12d37b8f4a3889fb934f0ef6c;p=chaz%2Fopenbox diff --git a/render/Makefile.am b/render/Makefile.am index 87431ae1..49e9b4f9 100644 --- a/render/Makefile.am +++ b/render/Makefile.am @@ -2,10 +2,10 @@ themedir=$(datadir)/openbox/themes theme=operation -CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \ - -DG_LOG_DOMAIN=\"Render\" \ - -DDEFAULT_THEME=\"$(theme)\" \ - -DTHEMEDIR=\"$(themedir)\" +AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \ + -DG_LOG_DOMAIN=\"Render\" \ + -DDEFAULT_THEME=\"$(theme)\" \ + -DTHEMEDIR=\"$(themedir)\" INCLUDES=-I.. LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@ @@ -28,6 +28,7 @@ libobrender_la_SOURCES=\ mask.c \ render.h \ render.c \ + theme.h \ theme.c \ instance.h \ instance.c