aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-08 13:33:30 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-08 13:33:30 +0000
commitecbeb10d7fc30af04389d113792f7910a16b30d2 (patch)
tree868756c636fa1e1cd70890b2314cc8b4d9390be2 /epan/Makefile.nmake
parentbac617e731235d8d3e3f6a5636a5007939e8962a (diff)
hrm, we even need dissectors.lib
svn path=/trunk/; revision=21353
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 1bf019a9b7..02fb21aa52 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -195,6 +195,7 @@ tvbtest: tvbtest.exe
# don't really understand why we need all this extra guff - shouldn't
# they be in libwireshark.lib, otherwise how does tshark.exe link?
REASSEMBLE_TEST_LIBS=\
+ dissectors\dissectors.lib \
crypt\airpdcap.lib \
dfilter\dfilter.lib \
ftypes\ftypes.lib \