summaryrefslogtreecommitdiff
path: root/render/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-23 05:30:00 +0000
committerDana Jansens <danakj@orodu.net>2003-05-23 05:30:00 +0000
commitf54e8c9ba0a0b4e78a1038a3d3a9644288c6cb4c (patch)
tree3d5cf5fa92b98a3e7012a6cee07bd2c6ef5905fc /render/Makefile.am
parenta83b590ff65e32131428c4f7159a9abf6d445020 (diff)
add --enable-gl support, and put the flags/libs in the appropriate makefiles
Diffstat (limited to 'render/Makefile.am')
-rw-r--r--render/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/Makefile.am b/render/Makefile.am
index dffad8b3..579ff681 100644
--- a/render/Makefile.am
+++ b/render/Makefile.am
@@ -2,13 +2,13 @@ themedir=$(datadir)/openbox/themes
theme=operation
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
-DG_LOG_DOMAIN=\"Render\" \
-DDEFAULT_THEME=\"$(theme)\" \
-DTHEMEDIR=\"$(themedir)\"
INCLUDES=-I..
-LIBS=$(XFT_LIBS) $(GLIB_LIBS) @LIBS@
+LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@
noinst_PROGRAMS=rendertest
rendertest_LDFLAGS=-lobrender -L.