aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-19 09:12:17 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-19 09:12:17 +0000
commite0b738f974e76ed18a8aaefebbcf68cab39e07b1 (patch)
tree1ec1b2dab70546bc0757e479a7ef5a038e588d78 /ui
parent28ad4501ee9faef4c47922b961a108446dce9af7 (diff)
Remove the generated-but-not-distributed source files on "make
distclean", as, after all, they're not part of the distribution. svn path=/trunk/; revision=41668
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 4cd731f772..1edcba2bb6 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -34,6 +34,9 @@ CLEANFILES = \
libqtui.a \
*~
+DISTCLEANFILES = \
+ $(GENERATED_NODIST_FILES)
+
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
$(GENERATED_NODIST_FILES) \