diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-11-01 13:56:51 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-11-01 13:56:51 +0800 |
commit | 174a51819570a975cc61e642f7f26cb4bc2f9c57 (patch) | |
tree | 991df46ba6e463294d853c528d5af14fd1f02ea9 | |
parent | d977181645702ebf719134b5651521a0490e61fa (diff) | |
download | gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.gz gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.tar.zst gsoc2013-epiphany-174a51819570a975cc61e642f7f26cb4bc2f9c57.zip |
tests: DBUS_LIBS is needed for libephymain.la
-rw-r--r-- | tests/Makefile.am | 1 |
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 |