Revert rev 35145 for wsutil: go back to exporting all symbols. libwsutil's list...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Dec 2010 18:31:50 +0000 (18:31 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Dec 2010 18:31:50 +0000 (18:31 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35147 f5534014-38df-0310-8fa8-9805f1628bb7

wsutil/Makefile.am

index e17c488e34ec2562da3380177424444b594d6886..9b00cee8d43e9971bc84290491adc2c5a3fe7d23 100644 (file)
@@ -22,8 +22,6 @@
 
 ACLOCAL_AMFLAGS = `../aclocal-flags`
 
-include ../Makefile.am.inc
-
 include Makefile.common
 
 if HAVE_WARNINGS_AS_ERRORS
@@ -42,7 +40,7 @@ wsutil_optional_objects =     \
        @STRPTIME_LO@
 
 lib_LTLIBRARIES = libwsutil.la
-libwsutil_la_LDFLAGS = -version-info 0:0:0 -export-symbols libwsutil.sym @LDFLAGS_SHAREDLIB@
+libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@
 
 INCLUDES = -I$(srcdir)/..
 
@@ -65,8 +63,7 @@ EXTRA_libwsutil_la_SOURCES=   \
        wsgetopt.h
 
 libwsutil_la_DEPENDENCIES=     \
-       $(wsutil_optional_objects) \
-       libwsutil.sym
+       $(wsutil_optional_objects)
 
 libwsutil_la_LIBADD =          \
        @GLIB_LIBS@             \
@@ -84,7 +81,6 @@ EXTRA_DIST =          \
 CLEANFILES = \
        libwsutil.a     \
        libwsutil.la    \
-       libwsutil.sym   \
        *~
 
 MAINTAINERCLEANFILES = \