summaryrefslogtreecommitdiff
path: root/tests/interactive
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2010-03-03 20:30:24 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2010-08-24 18:48:10 -0700
commit05166126df1b96b26a7fb2c9eb6c344214878371 (patch)
tree85b51d6bad95076fbf3954d62fd1cd15416ba8ca /tests/interactive
parent3b8d776ba062864878dc5901f080bccbdd440c7e (diff)
downloadempathy-05166126df1b96b26a7fb2c9eb6c344214878371.tar.gz
allow building empathy without eds
Diffstat (limited to 'tests/interactive')
-rw-r--r--tests/interactive/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index bd3acea67..258b86d45 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -3,15 +3,17 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
- $(GTK_CFLAGS) \
+ $(EDS_CFLAGS) \
+ $(GTK_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)
LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
- $(EMPATHY_LIBS) \
- $(GTK_LIBS)
+ $(EMPATHY_LIBS) \
+ $(GTK_LIBS) \
+ $(EDS_LIBS)
noinst_PROGRAMS = \
contact-manager \