Merge remote branch 'gvdb/master'
[platform/upstream/glib.git] / gobject / tests / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS)
4
5 noinst_PROGRAMS  = $(TEST_PROGS)
6 libgobject_LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
7
8 TEST_PROGS             += threadtests dynamictests binding properties
9 threadtests_SOURCES     = threadtests.c
10 threadtests_LDADD       = $(libgobject_LDADD)
11 dynamictests_SOURCES    = dynamictests.c
12 dynamictests_LDADD      = $(libgobject_LDADD)
13 binding_SOURCES         = binding.c
14 binding_LDADD           = $(libgobject_LDADD)
15 properties_SOURCES      = properties.c
16 properties_LDADD        = $(libgobject_LDADD)