diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 08:45:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 08:45:25 +0000 |
| commit | 373a4584d603a4dc14c64d5f27653c83a1fe686b (patch) | |
| tree | c79524a664d75976f1aedabe9341713e185e5a68 /openbox/Makefile.am | |
| parent | 9befe65a657c2f36f4ba6a2b94a180c55abf8f26 (diff) | |
make session management optional
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index fc9f4ae3..0b1fec9a 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -5,8 +5,9 @@ plugindir=$(libdir)/openbox/plugins binary=openbox3 url=http://openbox.org/ -CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ - $(LIBSN_CFLAGS) $(GL_CFLAGS) $(XML_CFLAGS) @CPPFLAGS@ \ +CPPFLAGS=$(X_CFLAGS) $(SM_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) \ + $(GMODULE_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) $(XML_CFLAGS) \ + @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \ -DPLUGINDIR=\"$(plugindir)\" \ -DRCDIR=\"$(rcdir)\" \ @@ -14,9 +15,9 @@ CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ -DBINARY=\"$(binary)\" INCLUDES=-I.. -LIBS=$(X_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) $(XRANDR_LIBS) \ - $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) \ - $(LIBSN_LIBS) $(XML_LIBS) @LIBS@ @LIBINTL@ +LIBS=$(X_LIBS) $(SM_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) \ + $(XRANDR_LIBS) $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) \ + $(GMODULE_LIBS) $(LIBSN_LIBS) $(XML_LIBS) @LIBS@ @LIBINTL@ bin_PROGRAMS=$(binary) |
