aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-11-01 13:56:51 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-11-01 13:56:51 +0800
commit174a51819570a975cc61e642f7f26cb4bc2f9c57 (patch)
tree991df46ba6e463294d853c528d5af14fd1f02ea9 /tests
parentd977181645702ebf719134b5651521a0490e61fa (diff)
downloadgsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.gz
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.bz2
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.lz
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.xz
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.zst
gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.zip
tests: DBUS_LIBS is needed for libephymain.la
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bd2c378ba..b973214d3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,6 +23,7 @@ LDADD = \
$(top_builddir)/lib/widgets/libephywidgets.la \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
+ $(DBUS_LIBS) \
$(DEPENDENCIES_LIBS)
if ENABLE_NSS