changeset 16056:f4f0aea29b21

build: remove *-tst files with distclean rule. * libinterp/Makefile.am: Add $(TST_FILES) to distclean rule * liboctave/Makefile.am: Add $(TST_FILES) to distclean rule
author Rik <rik@octave.org>
date Wed, 13 Feb 2013 21:28:30 -0800
parents 5306e943ce74
children c3057d80cf91
files libinterp/Makefile.am liboctave/Makefile.am
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/Makefile.am	Wed Feb 13 13:11:59 2013 -0800
+++ b/libinterp/Makefile.am	Wed Feb 13 21:28:30 2013 -0800
@@ -356,7 +356,9 @@
   DOCSTRINGS \
   $(BUILT_NODISTFILES) \
   $(OCT_FILES) \
-  $(OCT_STAMP_FILES)
+  $(OCT_STAMP_FILES) \
+  $(TST_FILES)
 
 MAINTAINERCLEANFILES = \
   $(BUILT_DISTFILES)
+
--- a/liboctave/Makefile.am	Wed Feb 13 13:11:59 2013 -0800
+++ b/liboctave/Makefile.am	Wed Feb 13 21:28:30 2013 -0800
@@ -135,5 +135,7 @@
 
 nobase_liboctavetests_DATA = $(TST_FILES)
 
-DISTCLEANFILES += $(BUILT_INCS)
+DISTCLEANFILES += \
+  $(BUILT_INCS) \
+  $(TST_FILES)