X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/eddc126b1446de267c4a7777c95b32e613a70ef3..1622ed8e30b05ba9025520cde3e68d186c8c7e50:/vars.am diff --git a/vars.am b/vars.am index 5150203..0c83837 100644 --- a/vars.am +++ b/vars.am @@ -7,7 +7,7 @@ ###----- Licensing notice --------------------------------------------------- ### -### This file is part of the Sensble Object Design, an object system for C. +### This file is part of the Sensible Object Design, an object system for C. ### ### SOD is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by @@ -42,6 +42,9 @@ BUILT_SOURCES = bin_PROGRAMS = check_PROGRAMS = pkginclude_HEADERS = +TESTS = + +dist_man_MANS = CLEANFILES += $(BUILT_SOURCES) @@ -64,7 +67,8 @@ SUBSTITUTIONS = \ prefix=$(prefix) exec_prefix=$(exec_prefix) \ libdir=$(libdir) includedir=$(includedir) \ bindir=$(bindir) sbindir=$(sbindir) \ - PACKAGE=$(PACKAGE) VERSION=$(VERSION) + srcdir=$(srcdir) \ + PACKAGE=$(PACKAGE) VERSION=$(VERSION) ASDF_VERSION=$(ASDF_VERSION) V_SUBST = $(V_SUBST_$(V)) V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY))