From ac73480a348b659e011054248de00a637dad3421 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 1 Jun 2012 15:30:56 +0200 Subject: build-sys: convert tests/ to module Signed-off-by: Karel Zak --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 98f7a3866..56a7a6506 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ systemdsystemunit_DATA = INSTALL_EXEC_HOOKS = UNINSTALL_HOOKS = INSTALL_DATA_HOOKS = +CLEAN_LOCALS = EXTRA_DIST = CLEANFILES = @@ -28,8 +29,7 @@ MAN_DIRS = man/ru SUBDIRS = \ $(MAN_DIRS) \ fdisk \ - po \ - tests + po RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o @@ -59,6 +59,9 @@ include sys-utils/Makemodule.am include misc-utils/Makemodule.am include disk-utils/Makemodule.am +include tests/Makemodule.am + + # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository. dist-hook: @@ -120,3 +123,4 @@ uninstall-hook: $(UNINSTALL_HOOKS) install-data-hook: $(INSTALL_DATA_HOOKS) +clean-local: $(CLEAN_LOCALS) -- cgit v1.2.3-55-g7522