summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-13 10:38:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-13 10:38:59 +0000
commite06c1abdc6ced6d064000a946489f94b08663020 (patch)
tree80d233526c6c3b88c51094187baee0e9cfc6467b /Makefile.am
parent52566333b990113975a732db147a744cabfe8c58 (diff)
downloadgpsd-e06c1abdc6ced6d064000a946489f94b08663020.tar.gz
First cut at tools for building and fetching RPMs from remote sites.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21ef2e62..56c437bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -315,6 +315,9 @@ splint:
@echo "Running splint on packet_test test harness..."
-splint $(packet_test_SOURCES)
+version:
+ @echo $(VERSION)
+
#
# Regression tests begin here
#