integrate tests/.
[platform/upstream/glib.git] / gobject / tests / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib $(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
9 threadtests_SOURCES     = threadtests.c
10 threadtests_LDADD       = $(libgobject_LDADD)