From bc2b3bf0966076e8452a170a9741ded016051f44 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 7 Jul 2010 15:49:08 +0200 Subject: move GTK+ check to its own PKG_CHECK_MODULES --- tests/interactive/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 8fc19eb3e..bd3acea67 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -3,13 +3,15 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ $(EMPATHY_CFLAGS) \ + $(GTK_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) LDADD = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la \ - $(EMPATHY_LIBS) + $(EMPATHY_LIBS) \ + $(GTK_LIBS) noinst_PROGRAMS = \ contact-manager \ -- cgit v1.2.3