summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 20:25:20 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 20:25:29 +0200
commit2afbcc31503e9e17bebbfd964a8c984cd8f8c60f (patch)
tree4ae5e2732f7ab815573d6596058fea4b85f83772
parentbf4b7622a7dc16d156902095a2769250c22255e9 (diff)
downloadempathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.gz
add GTK+ flags when building tests
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bea652bd3..f04882da0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,6 +13,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
+ $(GTK_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)