diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-21 12:24:24 +0000 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-21 12:24:24 +0000 |
commit | c657583832cbf675516a105c1f7bbc6bebea6e34 (patch) | |
tree | 01e1aca50b42a38943ae09f8fd327aba2f8af118 /Makefile.am | |
parent | 004e5e331b89484f2448ab81d0e97cfc3b47af18 (diff) |
Fix warnings when finalizing.
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.
svn path=/trunk/; revision=304
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f809c102..3743916f 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 |