summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ef815a4e..ed1fd7ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,8 @@ VPATH = @srcdir@
SUBDIRS = include man lib tools
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS += test/mm test/device test/format1 test/regex test/filters
+ SUBDIRS += lib/format1 \
+ test/mm test/device test/format1 test/regex test/filters
endif
include make.tmpl