aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in53
1 files changed, 30 insertions, 23 deletions
diff --git a/Makefile.in b/Makefile.in
index 1940f9ce36..ce37b949d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,9 @@ ethereal_SOURCES = \
follow.c \
menu.c \
packet.c \
+ packet-aarp.c \
packet-arp.c \
+ packet-atalk.c \
packet-bootp.c \
packet-data.c \
packet-dns.c \
@@ -124,8 +126,10 @@ ethereal_SOURCES = \
follow.h \
menu.h \
packet.h \
+ packet-dns.h \
packet-ipv6.h \
packet-ipx.h \
+ packet-ncp.h \
packet-ospf.h \
packet-rip.h \
packet-vines.h \
@@ -147,13 +151,14 @@ DISTCLEANFILES = \
rdps \
ps.c
-EXTRA_DIST = \
- doc/Makefile \
- doc/ethereal.pod \
- ethereal.1 \
- image/icon-excl.xpm \
- manuf \
- print.ps \
+EXTRA_DIST = \
+ doc/Makefile \
+ doc/ethereal.pod \
+ ethereal.1 \
+ image/icon-excl.xpm \
+ image/icon-ethereal.xpm \
+ manuf \
+ print.ps \
rdps.c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -167,12 +172,13 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
ethereal_OBJECTS = capture.o ethereal.o ethertype.o file.o filter.o \
-follow.o menu.o packet.o packet-arp.o packet-bootp.o packet-data.o \
-packet-dns.o packet-eth.o packet-fddi.o packet-llc.o packet-lpd.o \
-packet-ip.o packet-ipv6.o packet-ipx.o packet-nbipx.o packet-nbns.o \
-packet-ncp.o packet-null.o packet-osi.o packet-ospf.o packet-ppp.o \
-packet-raw.o packet-rip.o packet-tcp.o packet-tr.o packet-trmac.o \
-packet-udp.o packet-vines.o prefs.o print.o ps.o resolv.o util.o
+follow.o menu.o packet.o packet-aarp.o packet-arp.o packet-atalk.o \
+packet-bootp.o packet-data.o packet-dns.o packet-eth.o packet-fddi.o \
+packet-llc.o packet-lpd.o packet-ip.o packet-ipv6.o packet-ipx.o \
+packet-nbipx.o packet-nbns.o packet-ncp.o packet-null.o packet-osi.o \
+packet-ospf.o packet-ppp.o packet-raw.o packet-rip.o packet-tcp.o \
+packet-tr.o packet-trmac.o packet-udp.o packet-vines.o prefs.o print.o \
+ps.o resolv.o util.o
ethereal_LDFLAGS =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
@@ -195,16 +201,17 @@ TAR = tar
GZIP = --best
DEP_FILES = .deps/capture.P .deps/ethereal.P .deps/ethertype.P \
.deps/file.P .deps/filter.P .deps/follow.P .deps/menu.P \
-.deps/packet-arp.P .deps/packet-bootp.P .deps/packet-data.P \
-.deps/packet-dns.P .deps/packet-eth.P .deps/packet-fddi.P \
-.deps/packet-ip.P .deps/packet-ipv6.P .deps/packet-ipx.P \
-.deps/packet-llc.P .deps/packet-lpd.P .deps/packet-nbipx.P \
-.deps/packet-nbns.P .deps/packet-ncp.P .deps/packet-null.P \
-.deps/packet-osi.P .deps/packet-ospf.P .deps/packet-ppp.P \
-.deps/packet-raw.P .deps/packet-rip.P .deps/packet-tcp.P \
-.deps/packet-tr.P .deps/packet-trmac.P .deps/packet-udp.P \
-.deps/packet-vines.P .deps/packet.P .deps/prefs.P .deps/print.P \
-.deps/ps.P .deps/resolv.P .deps/snprintf.P .deps/util.P
+.deps/packet-aarp.P .deps/packet-arp.P .deps/packet-atalk.P \
+.deps/packet-bootp.P .deps/packet-data.P .deps/packet-dns.P \
+.deps/packet-eth.P .deps/packet-fddi.P .deps/packet-ip.P \
+.deps/packet-ipv6.P .deps/packet-ipx.P .deps/packet-llc.P \
+.deps/packet-lpd.P .deps/packet-nbipx.P .deps/packet-nbns.P \
+.deps/packet-ncp.P .deps/packet-null.P .deps/packet-osi.P \
+.deps/packet-ospf.P .deps/packet-ppp.P .deps/packet-raw.P \
+.deps/packet-rip.P .deps/packet-tcp.P .deps/packet-tr.P \
+.deps/packet-trmac.P .deps/packet-udp.P .deps/packet-vines.P \
+.deps/packet.P .deps/prefs.P .deps/print.P .deps/ps.P .deps/resolv.P \
+.deps/snprintf.P .deps/util.P
SOURCES = $(ethereal_SOURCES) $(EXTRA_ethereal_SOURCES)
OBJECTS = $(ethereal_OBJECTS)