summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-07-17 16:20:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-07-17 16:20:52 -0400
commit9424facde289185c7bde4159be6961dba4cb5983 (patch)
treedff1aa6dfbf3a41b12f4f26d57538a3599f6c984
parent2219cfb92daf9b9413de35a1089efa3a1dff7602 (diff)
2.53.42.53.4
-rw-r--r--gio/tests/modules/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/tests/modules/Makefile.am b/gio/tests/modules/Makefile.am
index d24357a8f..4ca45f4b2 100644
--- a/gio/tests/modules/Makefile.am
+++ b/gio/tests/modules/Makefile.am
@@ -32,10 +32,10 @@ else
rpath_hack = -rpath /
endif
-libtestmodulea_la_SOURCES = test-module-a.c
+libtestmodulea_la_SOURCES = test-module-a.c symbol-visibility.h
libtestmodulea_la_LIBADD = $(LDADD)
libtestmodulea_la_LDFLAGS = $(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)
-libtestmoduleb_la_SOURCES = test-module-b.c
+libtestmoduleb_la_SOURCES = test-module-b.c symbol-visibility.h
libtestmoduleb_la_LIBADD = $(LDADD)
libtestmoduleb_la_LDFLAGS =$(LDFLAGS) -no-undefined -avoid-version $(rpath_hack)