packet-dcerpc-nt.c is no longer a dissector so adjust Makefiles
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Jan 2003 05:41:33 +0000 (05:41 +0000)
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Jan 2003 05:41:33 +0000 (05:41 +0000)
accordingly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6996 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
Makefile.nmake

index e1a7b0cf5e0977b2ba4c7698a145fecf1dd1af34..195a6b292cf3f537340ef84b94ca9345b42cc97c 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.546 2003/01/23 06:57:31 guy Exp $
+# $Id: Makefile.am,v 1.547 2003/01/24 05:41:33 tpot Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -141,7 +141,6 @@ DISSECTOR_SRC = \
        packet-dcerpc-ndr.c  \
        packet-dcerpc-netlogon.c \
        packet-dcerpc-nspi.c \
-       packet-dcerpc-nt.c \
        packet-dcerpc-oxid.c  \
        packet-dcerpc-reg.c \
        packet-dcerpc-remact.c  \
@@ -656,6 +655,7 @@ ETHEREAL_COMMON_SRC = \
        crypt-md5.h    \
        crypt-rc4.c    \
        crypt-rc4.h    \
+       packet-dcerpc-nt.c \
        etypes.h       \
        file.h         \
        follow.c       \
index 8586a520ed5df5ffe1e98cabbe927987cc138a86..545c2791190f96bc7a0f07261b3d1283bc455f19 100644 (file)
@@ -1,7 +1,7 @@
 ## Makefile for building ethereal.exe with Microsoft C and nmake
 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
 #
-# $Id: Makefile.nmake,v 1.274 2003/01/22 06:26:33 guy Exp $
+# $Id: Makefile.nmake,v 1.275 2003/01/24 05:41:33 tpot Exp $
 
 include config.nmake
 include <win32.mak>
@@ -84,7 +84,6 @@ DISSECTOR_SRC = \
        packet-dcerpc-ndr.c  \
        packet-dcerpc-netlogon.c \
        packet-dcerpc-nspi.c \
-       packet-dcerpc-nt.c \
        packet-dcerpc-oxid.c  \
        packet-dcerpc-reg.c \
        packet-dcerpc-remact.c  \
@@ -373,6 +372,7 @@ ETHEREAL_COMMON_OBJECTS = \
        getopt.obj       \
        in_cksum.obj     \
        ipproto.obj      \
+       packet-dcerpc-nt.obj \
        pcap-util.obj    \
        prefs.obj        \
        print.obj        \