diff libinterp/Makefile.am @ 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 5b2126a8c84f
children 0259254a3ccc 236be6179785
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)
+