summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/Makefile.am9
1 files changed, 5 insertions, 4 deletions
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