summaryrefslogtreecommitdiff
path: root/tests/test-c++-multiple-scanners/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2006-11-09 20:14:46 +0000
committerWill Estes <wlestes@users.sourceforge.net>2006-11-09 20:14:46 +0000
commit0052ca726ba1dc16df0bc03858b09d9fecd3cca7 (patch)
tree945bd6b4f43d11a78f23e2a7cbd189f30f8278e0 /tests/test-c++-multiple-scanners/Makefile.am
parent877ce2b466da6296b471a2dcf95c1642386cb69e (diff)
change CLEANFILES to include instead of just the testname for the executable
Diffstat (limited to 'tests/test-c++-multiple-scanners/Makefile.am')
-rw-r--r--tests/test-c++-multiple-scanners/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-c++-multiple-scanners/Makefile.am b/tests/test-c++-multiple-scanners/Makefile.am
index 97f863c..418e87a 100644
--- a/tests/test-c++-multiple-scanners/Makefile.am
+++ b/tests/test-c++-multiple-scanners/Makefile.am
@@ -24,7 +24,7 @@ FLEX = $(top_builddir)/flex
builddir = @builddir@
EXTRA_DIST = scanner-1.l scanner-2.l main.cpp test.input
-CLEANFILES = scanner-1.cpp test-c++-multiple-scanners OUTPUT $(OBJS) scanner-2.cpp
+CLEANFILES = scanner-1.cpp $(testname)$(EXEEXT) OUTPUT $(OBJS) scanner-2.cpp
OBJS = scanner-1.o scanner-2.o main.o
AM_CXXFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)