diff options
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r-- | dbus/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am index dfcfb7d4..622d9646 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -10,6 +10,7 @@ dbusinclude_HEADERS= \ dbus-address.h \ dbus-bus.h \ dbus-connection.h \ + dbus-dict.h \ dbus-errors.h \ dbus-macros.h \ dbus-memory.h \ @@ -29,6 +30,7 @@ libdbus_1_la_SOURCES= \ dbus-bus.c \ dbus-connection.c \ dbus-connection-internal.h \ + dbus-dict.c \ dbus-errors.c \ dbus-keyring.c \ dbus-keyring.h \ @@ -97,7 +99,7 @@ libdbus_convenience_la_SOURCES= \ libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la ## don't export symbols that start with "_" (we use this ## convention for internal symbols) -libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" +#libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" ## FIXME it would be less annoying when hacking if we didn't have ## to relink these test binaries, so moving them to the test/* @@ -124,4 +126,4 @@ dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la libdbus-1.la ## mop up the gcov files clean-local: - /bin/rm *.bb *.bbg *.da *.gcov || true
\ No newline at end of file + /bin/rm *.bb *.bbg *.da *.gcov || true |