commit | 93d9ec37eabd7a9866cc3e249452ef8464234577 | [log] [tgz] |
---|---|---|
author | sfayer <sfayer@users.noreply.github.com> | Thu Dec 04 23:34:41 2014 +0000 |
committer | Vince Lehman <vslehman@memphis.edu> | Tue Dec 16 13:15:31 2014 -0800 |
tree | 655fd4708e9245e811c7ba8d6d570eab2bb50b3d | |
parent | fc7d5b6fc560230c02ad4f22d41e8820911cba9b [diff] |
build: Set appname correctly in wscript Change-Id: Ie8af3c7db0c50cba7f53d975135f8aebd42abf5c
diff --git a/wscript b/wscript index 9f16f14..aa6c002 100644 --- a/wscript +++ b/wscript
@@ -20,7 +20,7 @@ """ VERSION = '0.1.0' -NAME = "nlsr" +APPNAME = "nlsr" BUGREPORT = "http://redmine.named-data.net/projects/nlsr" URL = "http://named-data.net/doc/NLSR/" GIT_TAG_PREFIX = "NLSR-"