2003-03-07 Anders Carlsson <andersca@codefactory.se>
[platform/upstream/dbus.git] / dbus / Makefile.am
index e3d4f62..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,9 +30,10 @@ libdbus_1_la_SOURCES=                                \
        dbus-bus.c                              \
        dbus-connection.c                       \
        dbus-connection-internal.h              \
+       dbus-dict.c                             \
        dbus-errors.c                           \
-       dbus-md5.c                              \
-       dbus-md5.h                              \
+       dbus-keyring.c                          \
+       dbus-keyring.h                          \
        dbus-memory.c                           \
        dbus-message.c                          \
        dbus-message-handler.c                  \
@@ -61,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.
@@ -71,6 +76,8 @@ libdbus_1_la_SOURCES=                         \
 noinst_LTLIBRARIES=libdbus-convenience.la
 
 libdbus_convenience_la_SOURCES=                        \
+       dbus-dataslot.c                         \
+       dbus-dataslot.h                         \
        dbus-hash.c                             \
        dbus-hash.h                             \
        dbus-internals.c                        \
@@ -85,13 +92,14 @@ libdbus_convenience_la_SOURCES=                     \
        dbus-message-builder.h                  \
        dbus-string.c                           \
        dbus-string.h                           \
+       dbus-string-private.h                   \
        dbus-sysdeps.c                          \
        dbus-sysdeps.h
 
 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/* 
@@ -118,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