diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-23 05:30:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-23 05:30:00 +0000 |
| commit | f54e8c9ba0a0b4e78a1038a3d3a9644288c6cb4c (patch) | |
| tree | 3d5cf5fa92b98a3e7012a6cee07bd2c6ef5905fc /openbox | |
| parent | a83b590ff65e32131428c4f7159a9abf6d445020 (diff) | |
add --enable-gl support, and put the flags/libs in the appropriate makefiles
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index ac277c01..4c83005f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -6,7 +6,7 @@ binary=openbox3 url=http://icculus.org/openbox CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ - $(LIBSN_CFLAGS) @CPPFLAGS@ \ + $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \ -DRCDIR=\"$(rcdir)\" \ -DPLUGINDIR=\"$(plugindir)\" \ |
