From 05166126df1b96b26a7fb2c9eb6c344214878371 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 3 Mar 2010 20:30:24 +0000 Subject: allow building empathy without eds --- tests/interactive/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/interactive') 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 \ -- cgit v1.2.3