comparison liboctave/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 3d1205d5771e
comparison
equal deleted inserted replaced
16055:5306e943ce74 16056:f4f0aea29b21
133 133
134 liboctavetestsdir := $(octtestsdir)/liboctave 134 liboctavetestsdir := $(octtestsdir)/liboctave
135 135
136 nobase_liboctavetests_DATA = $(TST_FILES) 136 nobase_liboctavetests_DATA = $(TST_FILES)
137 137
138 DISTCLEANFILES += $(BUILT_INCS) 138 DISTCLEANFILES += \
139 $(BUILT_INCS) \
140 $(TST_FILES)
139 141