summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index b0b001af..dfcfb7d4 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -32,8 +32,6 @@ libdbus_1_la_SOURCES= \
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 +61,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.