diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 4f2783bec..a29b6bbad 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies foreign INCLUDES = -I$(top_builddir)/include -CLEANFILES = roken.h make-roken.c +CLEANFILES = roken.h make-roken.c print_version.h lib_LIBRARIES = libroken.a diff --git a/lib/roken/Makefile.in b/lib/roken/Makefile.in index fecd22cbb..2a178951a 100644 --- a/lib/roken/Makefile.in +++ b/lib/roken/Makefile.in @@ -136,7 +136,8 @@ TAGS: $(SOURCES) check: clean: - rm -f $(LIB) *.o *.a roken.h make-roken$(EXECSUFFIX) make-roken.c + rm -f $(LIB) *.o *.a roken.h make-roken$(EXECSUFFIX) make-roken.c \ + make-print-version$(EXESUFFIX) print_version.h mostlyclean: clean