summaryrefslogtreecommitdiff
path: root/tests/test-quotes/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-quotes/Makefile.am')
-rw-r--r--tests/test-quotes/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-quotes/Makefile.am b/tests/test-quotes/Makefile.am
index 5a3c7c1..77bfe6f 100644
--- a/tests/test-quotes/Makefile.am
+++ b/tests/test-quotes/Makefile.am
@@ -24,7 +24,7 @@ FLEX = $(top_builddir)/flex
builddir = @builddir@
EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c scanner.h test-quotes OUTPUT $(OBJS)
+CLEANFILES = scanner.c scanner.h $(testname)$(EXEEXT) OUTPUT $(OBJS)
OBJS = scanner.o
AM_CPPFLAGS = -I$(srcdir) -I$(builddir) -I$(top_srcdir) -I$(top_builddir)