blob: c50be67a2c608a00106a4a8f5823bebf845e7ccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From 174a51819570a975cc61e642f7f26cb4bc2f9c57 Mon Sep 17 00:00:00 2001
From: Diego Escalante Urrelo <descalante@igalia.com>
Date: Mon, 01 Nov 2010 05:56:51 +0000
Subject: tests: DBUS_LIBS is needed for libephymain.la
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bd2c378..b973214 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
--
cgit v0.8.3.4
|