diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-18 02:10:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-18 02:10:26 +0000 |
| commit | 2b2beddc7447197d12fcbcae96772e1f38eef138 (patch) | |
| tree | 4825c908bd258e4bd62f73fb47209e6ccd9c6ec3 /openbox/Makefile.am | |
| parent | c912b634abe65ea4a07c69f8c051b0c766614128 (diff) | |
add (optional) support for showing a busy cursor via startup notification
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 795b26a6..ac277c01 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) \ - @CPPFLAGS@ \ + $(LIBSN_CFLAGS) @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \ -DRCDIR=\"$(rcdir)\" \ -DPLUGINDIR=\"$(plugindir)\" \ @@ -15,8 +15,8 @@ CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \ INCLUDES=-I.. LIBS=$(X_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) $(XRANDR_LIBS) \ - $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@ \ - @LIBINTL@ + $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) \ + $(LIBSN_LIBS) @LIBS@ @LIBINTL@ bin_PROGRAMS=$(binary) |
