X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=Makefile.am;h=c92518605a18f8a3a100b52e1269a8ea5a4fa9df;hp=cfca249e2efcdffcfa47d7a30e5d9c60c82f5ab5;hb=ed2c9fc3e4ca6840a5a31c735f0cfc02fd21d4fc;hpb=bf3b8e60b2fdc493c4e04b05ce67abf69ca9a4ff diff --git a/Makefile.am b/Makefile.am index cfca249..c925186 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,11 +4,16 @@ SUBDIRS = src if BUILD_DOCUMENTATION SUBDIRS += doc endif +SUBDIRS += t -EXTRA_DIST = autogen.sh version-gen.sh +EXTRA_DIST = \ + autogen.sh version-gen.sh \ + ReleaseNotes version: FORCE @# As a side-effect, this updates version. - @echo Building $(PACKAGE_NAME) version $$( cd .. && ./version-gen.sh ) + @echo Building $(PACKAGE_NAME) version $$( $(top_srcdir)/version-gen.sh ) .PHONY: FORCE +test: check +