summaryrefslogtreecommitdiff
path: root/gobject/Makefile.am
diff options
context:
space:
mode:
author18:41:22 Tim Janik <timj@imendio.com>2008-02-05 17:42:09 +0000
committerTim Janik <timj@src.gnome.org>2008-02-05 17:42:09 +0000
commitfcee4e19310a9d0164860db2c6a4f61aa8fbe90f (patch)
tree479594f1132dd848f13538c4b7f7bcd1e2155b06 /gobject/Makefile.am
parentc6af0efb11b510806110f422d2aca5ee735d21a8 (diff)
downloadglib-fcee4e19310a9d0164860db2c6a4f61aa8fbe90f.tar.gz
integrate tests/.
2008-02-05 18:41:22 Tim Janik <timj@imendio.com> * Makefile.am: integrate tests/. * tests/: new directory for libgobject tests. * tests/Makefile.am: build and run threadtests. * tests/threadtests.c: test multi-threaded initializers for object classes and interfaces. svn path=/trunk/; revision=6452
Diffstat (limited to 'gobject/Makefile.am')
-rw-r--r--gobject/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 1041666be..b2ab425a2 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -4,6 +4,8 @@
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl
+SUBDIRS = . tests
+
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"GLib-GObject\" \
-I$(top_srcdir) \