summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 164cbaa..5a94c2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+VERSION = 1.0.9
+
## This is the shared library to be built
lib_LTLIBRARIES = libmodnss.la
@@ -92,7 +94,9 @@ MAINTAINERCLEANFILES = \
missing \
ylwrap
-test:
+EXTRA_DIST = *.h *.8 LICENSE test docs
+
+check:
cd test; \
./setup.sh; \
nosetests -v; \