aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/Makefile.nmake
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-10 07:06:16 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-10 07:06:16 +0000
commit51670d1700b9d37649a636379bd21c8e01aacac0 (patch)
tree1283e2494c7f5aec5729a02d25e4e24a451a7345 /epan/crypt/Makefile.nmake
parent393ba918cae1006dbfaf50ed5f1785f732628f94 (diff)
add missing object files into epan/crypt/Makefile.nmake
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20371 f5534014-38df-0310-8fa8-9805f1628bb7
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)