aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7f27c1..a5b02cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,15 @@ if HAVE_GCOV
clean-local: clean-gcov
endif
+distclean-local: pvs-clean
+
+.PHONY: pvs-clean
+pvs-clean:
+ $(RM) strace_out
+ $(RM) report.tasks
+ $(RM) pvs-studio.log
+
+
EXTRA_DIST = tap-driver.sh psmq-common.h readme.md man2html.sh \
gen-download-page.sh
diff --git a/configure.ac b/configure.ac
index 2ebdcfe..d458250 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([psmq], [0.1.0], [michal.lyszczek@bofc.pl])
+AC_INIT([psmq], [9999], [michal.lyszczek@bofc.pl])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([psmq-config.h])