4 $(top_builddir)/gio/libgio-2.0.la \
5 $(top_builddir)/gobject/libgobject-2.0.la \
6 $(top_builddir)/gmodule/libgmodule-2.0.la \
7 $(top_builddir)/glib/libglib-2.0.la \
11 $(gio_INCLUDES) $(GLIB_DEBUG_FLAGS) \
12 -I$(top_builddir)/gio \
21 if ENABLE_ALWAYS_BUILD_TESTS
22 noinst_LTLIBRARIES = $(modules)
24 check_LTLIBRARIES = $(modules)
27 if ENABLE_INSTALLED_TESTS
28 testmoduledir = $(installed_testdir)/modules
29 testmodule_LTLIBRARIES = $(modules)
31 # See comment in Makefile.am one level up
35 libtestmodulea_la_SOURCES = test-module-a.c
36 libtestmodulea_la_LIBADD = $(LDADD)
37 libtestmodulea_la_LDFLAGS = $(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)
39 libtestmoduleb_la_SOURCES = test-module-b.c
40 libtestmoduleb_la_LIBADD = $(LDADD)
41 libtestmoduleb_la_LDFLAGS =$(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)