summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 1642c633aa..3f49d3f9b1 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -6,8 +6,8 @@ ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @exec@ @subdirs@
-# NOTE: The wildcard on the install should pick up everything except
-# the tests directory. This significantly minimizes the install size.
+clean-local:
+ $(RM) -r $(PROJECT_RELEASE)
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am