2003-03-07 Anders Carlsson <andersca@codefactory.se>
[platform/upstream/dbus.git] / dbus / Makefile.am
index b0b001a..622d964 100644 (file)
@@ -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,11 +30,10 @@ 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                          \
-       dbus-md5.c                              \
-       dbus-md5.h                              \
        dbus-memory.c                           \
        dbus-message.c                          \
        dbus-message-handler.c                  \
@@ -63,6 +63,9 @@ libdbus_1_la_SOURCES=                         \
        dbus-watch.c                            \
        dbus-watch.h
 
+##     dbus-md5.c                              \
+##     dbus-md5.h                              \
+
 
 ## this library is linked into both libdbus and the bus 
 ## itself, but does not export any symbols from libdbus.
@@ -96,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/* 
@@ -123,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