From d97aec9c404bdd1e5743a4331d4488e23d9583f7 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 6 Aug 2014 09:18:04 -0400 Subject: src/libudev/libudev.sym: mark most symbols as hidden Signed-off-by: Anthony G. Basile --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile.am') 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 -- cgit v1.2.3-54-g00ecf