# 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 --git a/libgui/Makefile.am b/libgui/Makefile.am --- a/libgui/Makefile.am +++ b/libgui/Makefile.am @@ -107,5 +107,6 @@ $(LRELEASE) -qm $@ $< DISTCLEANFILES = \ + default-qt-settings \ $(LOCALES) diff --git a/test/Makefile.am b/test/Makefile.am --- a/test/Makefile.am +++ b/test/Makefile.am @@ -98,6 +98,7 @@ $(GENERATED_BC_OVERLOADS_FILES) DISTCLEANFILES = \ + .gdbinit \ fntests.log fixedtestsdir := $(octtestsdir)/fixed