Add Friulian translation
[glib.git] / gio / tests / modules / Makefile.am
blobd24357a8fd64823d8362f95a2504750ca2bf1aa6
1 NULL =
3 LDADD = \
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             \
8         $(NULL)
10 AM_CPPFLAGS = \
11         $(gio_INCLUDES) $(GLIB_DEBUG_FLAGS)             \
12         -I$(top_builddir)/gio                           \
13         -I$(top_srcdir)/gio                             \
14         $(NULL)
16 modules =                                               \
17         libtestmodulea.la                               \
18         libtestmoduleb.la                               \
19         $(NULL)
21 if ENABLE_ALWAYS_BUILD_TESTS
22 noinst_LTLIBRARIES = $(modules)
23 else
24 check_LTLIBRARIES = $(modules)
25 endif
27 if ENABLE_INSTALLED_TESTS
28 testmoduledir = $(installed_testdir)/modules
29 testmodule_LTLIBRARIES = $(modules)
30 else
31 # See comment in Makefile.am one level up
32 rpath_hack = -rpath /
33 endif
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)