aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-11-15 20:40:43 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-11-15 21:10:00 +0800
commit8d93b865c03829043b17010bc2bd7e3a89dbfb69 (patch)
tree873353260a7d90ffee1c464b42ae499ba9ef2db0 /tests
parent40c46616ed8b86375777610b6befc35f22914497 (diff)
downloadgsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.gz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.bz2
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.lz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.xz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.zst
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.zip
Group all harddeps in one pkg-config call
We do not support GTK2 anymore, so there is no point in keeping those
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/interactive/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 577bb9091..a3bb71c31 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,7 +13,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
- $(GTK_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(NULL)
@@ -22,7 +21,6 @@ LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
$(EMPATHY_LIBS) \
- $(GTK_LIBS) \
$(NULL)
TEST_PROGS = \
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index 258b86d45..24e674c6a 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -4,7 +4,6 @@ AM_CPPFLAGS = \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
$(EDS_CFLAGS) \
- $(GTK_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)
@@ -12,7 +11,6 @@ LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
$(EMPATHY_LIBS) \
- $(GTK_LIBS) \
$(EDS_LIBS)
noinst_PROGRAMS = \