# HG changeset patch # User Rik # Date 1378425232 25200 # Node ID 06b46e67f8684a7f0b97e9dca75c8cfc5fdf9408 # Parent 50794f5e2323fbdd6b93a6879d2335700f9b4c3f build: Remove generated files so that 'make distcheck' passes. * libgui/Makefile.am: Add default-qt-settings to DISTCLEANFILES. * test/Makefile.am: Add .gdbinit to DISTCLEANFILES. diff -r 50794f5e2323 -r 06b46e67f868 libgui/Makefile.am --- a/libgui/Makefile.am Thu Sep 05 19:46:47 2013 -0400 +++ b/libgui/Makefile.am Thu Sep 05 16:53:52 2013 -0700 @@ -107,5 +107,6 @@ $(LRELEASE) -qm $@ $< DISTCLEANFILES = \ + default-qt-settings \ $(LOCALES) diff -r 50794f5e2323 -r 06b46e67f868 test/Makefile.am --- a/test/Makefile.am Thu Sep 05 19:46:47 2013 -0400 +++ b/test/Makefile.am Thu Sep 05 16:53:52 2013 -0700 @@ -98,6 +98,7 @@ $(GENERATED_BC_OVERLOADS_FILES) DISTCLEANFILES = \ + .gdbinit \ fntests.log fixedtestsdir := $(octtestsdir)/fixed