aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-09-21 20:24:24 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-09-21 20:24:24 +0800
commitb837536e621e863a59c251d5528d7db16fcc96e4 (patch)
tree01e1aca50b42a38943ae09f8fd327aba2f8af118 /Makefile.am
parente807ad57a07145b79466acdc53a5658126aa1843 (diff)
downloadgsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar.gz
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar.bz2
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar.lz
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar.xz
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.tar.zst
gsoc2013-empathy-b837536e621e863a59c251d5528d7db16fcc96e4.zip
2007-09-21 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@304 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f809c1028..3743916f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,10 @@ if HAVE_PYTHON
SUBDIRS += python
endif
+if HAVE_TESTS
+SUBDIRS += tests
+endif
+
DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper \
--enable-gtk-doc