From: Marcus Brinkmann Date: Tue, 6 Apr 2010 15:49:42 +0000 (+0200) Subject: clean up def file change. X-Git-Tag: dbus-1.3.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d187d0197f8dd4d9e389f0ae56db7d177d05bf;p=thirdparty%2Fdbus.git clean up def file change. --- diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 48ec34f87..1ed9e1bc0 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -38,8 +38,6 @@ no_undefined = ## convention for internal symbols) export_symbols = -export-symbols-regex "^[^_].*" export_symbols_internal = -install-def-file: -uninstall-def-file: intllibs = @LTLIBINTL@ @@ -273,10 +271,6 @@ dbus_test_SOURCES= \ dbus_test_LDADD=libdbus-internal.la $(DBUS_TEST_LIBS) dbus_test_LDFLAGS=@R_DYNAMIC_LDFLAG@ -install-data-local: install-def-file - -uninstall-local: uninstall-def-file - ## mop up the gcov files clean-local: /bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true