From 89bdcc7686c4ef5aeba6ef4bce1be2b5b5c79bce Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 15 Mar 2011 10:34:24 -0400 Subject: [PATCH] Nuke generated D-Bus code from distribution tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This avoids a nasty bug when using an older version of the dbus-glib library than the version that was used to generate the code. Credit goes to Tomáš Trnka for figuring this out in RH bug #673544 comment 15. See https://bugzilla.redhat.com/show_bug.cgi?id=673544 for more details Signed-off-by: David Zeuthen --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 588f05d..0c9037f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,5 +29,8 @@ DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc clean-local : rm -f *~ +dist-hook: + -rm $(distdir)/src/*-glue.h $(distdir)/tools/*-glue.h + TESTS_ENVIRONMENT = sudo TESTS = tests/run -- 2.7.4