summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/hello/Makefile.am')
-rw-r--r--testsuites/samples/hello/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index d4e1903c61..18e67cb19a 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -37,4 +37,6 @@ ${PGM}: $(OBJS) $(LINK_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
+CLEANFILES = $(TMPINSTALL_FILES)
+
include $(top_srcdir)/../automake/local.am