summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-06 09:18:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-06 09:18:11 -0400
commitd97aec9c404bdd1e5743a4331d4488e23d9583f7 (patch)
tree814c0ff4393def8b8ce2e3b155d29ee3dd4031c9 /test
parentcb2823bc026644ae56c9d257591d28a4f3110f4b (diff)
src/libudev/libudev.sym: mark most symbols as hidden
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4b2b431865..14d86e7f70 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,6 +39,7 @@ test_utf8_CFLAGS = \
$(AM_CFLAGS)
test_utf8_LDADD = \
+ $(top_builddir)/src/shared/libudev_shared.la \
$(top_builddir)/src/libudev/libudev-private.la
test_device_nodes_SOURCES = \
@@ -48,6 +49,7 @@ test_device_nodes_CFLAGS = \
$(AM_CFLAGS)
test_device_nodes_LDADD = \
+ $(top_builddir)/src/shared/libudev_shared.la \
$(top_builddir)/src/libudev/libudev-private.la
if HAVE_LIBKMOD