changeset 17398:06b46e67f868

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.
author Rik <rik@octave.org>
date Thu, 05 Sep 2013 16:53:52 -0700
parents 50794f5e2323
children 50b2863d10a6
files libgui/Makefile.am test/Makefile.am
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/Makefile.am
+++ b/libgui/Makefile.am
@@ -107,5 +107,6 @@
 	$(LRELEASE) -qm $@ $<
 
 DISTCLEANFILES = \
+  default-qt-settings \
   $(LOCALES)
 
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -98,6 +98,7 @@
   $(GENERATED_BC_OVERLOADS_FILES)
 
 DISTCLEANFILES = \
+  .gdbinit \
   fntests.log
 
 fixedtestsdir := $(octtestsdir)/fixed