projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d2b98
)
fix deps for Openbox, it uses XComposite functions directly so it should link against...
author
Dana Jansens
<danakj@orodu.net>
Wed, 16 Jun 2010 17:24:58 +0000
(13:24 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 Jun 2010 23:30:50 +0000
(
01:30
+0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8e2b1b556e20a445ba2ddd9d437f0721abaed12b..0d0a42699da27ff054ab40fad7ea57b877e8b952 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-214,6
+214,7
@@
openbox_openbox_CPPFLAGS = \
$(PANGO_CFLAGS) \
$(GLIB_CFLAGS) \
$(LIBSN_CFLAGS) \
+ $(XCOMPOSITE_CFLAGS) \
$(XML_CFLAGS) \
-DLOCALEDIR=\"$(localedir)\" \
-DDATADIR=\"$(datadir)\" \
@@
-225,6
+226,7
@@
openbox_openbox_LDADD = \
$(X_LIBS) \
$(XCURSOR_LIBS) \
$(LIBSN_LIBS) \
+ $(XCOMPOSITE_LIBS) \
$(XML_LIBS) \
$(EFENCE_LIBS) \
$(LIBINTL) \