aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-11-25 20:51:05 +0100
committerMicael Karlberg <[email protected]>2011-11-25 20:51:05 +0100
commit9eae28ccaee328729f9a207a4922a07cb9d2a02f (patch)
tree964b58e697295c51afd7eeffec45766180f4aa05 /lib/snmp/vsn.mk
parent9474024afb6a6b33e3ed433a7a2fab6f7901cf71 (diff)
downloadotp-9eae28ccaee328729f9a207a4922a07cb9d2a02f.tar.gz
otp-9eae28ccaee328729f9a207a4922a07cb9d2a02f.tar.bz2
otp-9eae28ccaee328729f9a207a4922a07cb9d2a02f.zip
Added make targets for building an snmp dialyzer plt.
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r--lib/snmp/vsn.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk
index 25e3a9470b..43f67a744e 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -17,6 +17,7 @@
#
# %CopyrightEnd%
+APPLICATION = snmp
SNMP_VSN = 4.21.3
PRE_VSN =
-APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)"
+APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"