projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205d07c
)
Set CFLAGS/LDADD for test-matchrule properly.
author
Daiki Ueno
<ueno@unixuser.org>
Thu, 31 Dec 2009 06:03:16 +0000
(15:03 +0900)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Thu, 31 Dec 2009 06:32:25 +0000
(14:32 +0800)
bus/Makefile.am
patch
|
blob
|
history
diff --git
a/bus/Makefile.am
b/bus/Makefile.am
index bc2fed94fd1e19a99f29f249215daa1e895e4b80..8329159dfef1df9eac34d39e8c981ceab7e8d016 100644
(file)
--- a/
bus/Makefile.am
+++ b/
bus/Makefile.am
@@
-107,6
+107,12
@@
test_matchrule_SOURCES = \
matchrule.c \
test-matchrule.c \
$(NULL)
+test_matchrule_CFLAGS = \
+ $(AM_CFLAGS) \
+ $(NULL)
+test_matchrule_LDADD = \
+ $(AM_LDADD) \
+ $(NULL)
EXTRA_DIST = \
$(desktop_in_files) \