summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-13 01:28:10 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-13 01:28:10 +0000
commit32dc75ee6b1bb06e8cc1b956e7d80b54f24b5df6 (patch)
treee0adedb78bb8e320f6701721c62428ca98fb38ad /dbus/Makefile.am
parent3791dcca16cb46b0ff7305beff75d1aa2645940c (diff)
2003-02-12 Havoc Pennington <hp@pobox.com>
* dbus/Makefile.am: remove break-loader from the build, since it moved. * configure.in: add --enable-gcov to turn on coverage profiling flags and disable optimization
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 52d77c9e..cc1294b6 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -111,8 +111,3 @@ dbus_test_SOURCES= \
dbus-test-main.c
dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la libdbus-1.la
-
-dbus_break_loader_SOURCES= \
- dbus-break-loader.c
-
-dbus_break_loader_LDADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la libdbus-1.la