diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-25 16:56:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-25 16:56:47 +0000 |
| commit | c567f5937b09708848c6b83c29f808f3d44145cc (patch) | |
| tree | 41b15f9fe65e093fc561a2e1ad416656d816d6ff /Makefile.am | |
| parent | 59c5d1cc4e9d149510c62af16354ebd172452f48 (diff) | |
add support for the X Cursor library. this means a nicer cursor for startup notification.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a61b2da9..5d463728 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,6 +105,7 @@ parser_libobparser_la_SOURCES = \ openbox_openbox_CPPFLAGS = \ $(X_CFLAGS) \ + $(XCURSOR_CFLAGS) \ $(SM_CFLAGS) \ $(PANGO_CFLAGS) \ $(GLIB_CFLAGS) \ @@ -122,6 +123,7 @@ openbox_openbox_LDADD = \ $(XSHAPE_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ + $(XCURSOR_LIBS) \ $(LIBSN_LIBS) \ $(XML_LIBS) \ $(EFENCE_LIBS) \ |
