aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-09-24 06:59:40 +0000
committerJörg Mayer <jmayer@loplof.de>2007-09-24 06:59:40 +0000
commit094e2a9a5f15ba8ade40546518c8e53daeb919a6 (patch)
treecea80a11b50ede30c7d79ebc2c7b0acd63fc7285 /packaging
parentf3c4a9def01172c2e3b5c2e65442abc0252da68a (diff)
Get rid of the remains of NET-SNMP in the build process.
svn path=/trunk/; revision=22934
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index e25c6ee712..84bfc565d0 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -147,9 +147,6 @@ $(DEST)-setup-$(VERSION).exe : user-guide.chm $(NSI) $(DELIVERABLES) Makefile.nm
/DGETTEXT_DIR=$(GETTEXT_DIR) \
/DVERSION=$(VERSION) \
/DWTAP_VERSION=$(WTAP_VERSION) \
-!IF "$(NET_SNMP_DIR)" != ""
- /DNET_SNMP_DIR=$(NET_SNMP_DIR) \
-!ENDIF
!IF "$(ADNS_DIR)" != ""
/DADNS_DIR=$(ADNS_DIR) \
!ENDIF