diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/interactive/Makefile.am | 8 |
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 \ |