summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-10-15 21:09:40 +0000
committerHavoc Pennington <hp@redhat.com>2003-10-15 21:09:40 +0000
commitcd077dc8f2a8876f7ce50229e855d138b8310a0e (patch)
treeb9d6d6667bb5f7fd0522a7de1ce593d498a0796b /dbus/Makefile.am
parent9f2d0d86bbf4315aa1c51167f9dd18e8cb0af479 (diff)
2003-10-14 Havoc Pennington <hp@redhat.com>
* test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems to have a bug keeping it from outputting the .da files sometimes (string_get_string): don't append garbage nul bytes to the string.
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index dc49ec81..255fd7a6 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -150,4 +150,4 @@ dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-1.la
## mop up the gcov files
clean-local:
- /bin/rm *.bb *.bbg *.da *.gcov || true
+ /bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true