aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-01-10 07:06:16 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-01-10 07:06:16 +0000
commitb3df1786244ced3cfed38fbf9b55f6c7e055cce2 (patch)
tree1283e2494c7f5aec5729a02d25e4e24a451a7345 /epan/crypt/Makefile.nmake
parent49fd1e07c8ad46ce845f8e292df9380498203ca7 (diff)
add missing object files into epan/crypt/Makefile.nmake
svn path=/trunk/; revision=20371
Diffstat (limited to 'epan/crypt/Makefile.nmake')
-rw-r--r--epan/crypt/Makefile.nmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index d2564bf269..e6abc24db3 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -16,12 +16,14 @@ AIRPDCAP_OBJECTS= \
airpdcap.obj \
airpdcap_debug.obj \
airpdcap_ccmp.obj \
- crypt-md5.obj \
airpdcap_rijndael.obj \
airpdcap_sha1.obj \
airpdcap_tkip.obj \
airpdcap_wep.obj \
-
+ crypt-des.obj \
+ crypt-md4.obj \
+ crypt-md5.obj \
+ crypt-rc4.obj
airpdcap.lib: $(AIRPDCAP_OBJECTS)
link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)