summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--Makefile.nmake4
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 03cc08a341..cbf1e32761 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.182 2000/04/13 18:18:41 gram Exp $
+# $Id: Makefile.am,v 1.183 2000/04/13 21:08:16 oabad Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -59,8 +59,8 @@ DISSECTOR_SOURCES = \
packet-clip.c \
packet-clip.h \
packet-data.c \
- packet-dhis.c \
- packet-dhis.h \
+ packet-ddtp.c \
+ packet-ddtp.h \
packet-dns.c \
packet-dns.h \
packet-eth.c \
diff --git a/Makefile.nmake b/Makefile.nmake
index 779b49e44c..7e91f1315f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.26 2000/04/13 18:18:42 gram Exp $
+# $Id: Makefile.nmake,v 1.27 2000/04/13 21:08:16 oabad Exp $
include config.nmake
@@ -33,7 +33,7 @@ DISSECTOR_OBJECTS = \
packet-cgmp.obj \
packet-clip.obj \
packet-data.obj \
- packet-dhis.obj \
+ packet-ddtp.obj \
packet-dns.obj \
packet-eth.obj \
packet-ethertype.obj \