aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-10-16 01:18:35 +0000
committerGerald Combs <gerald@wireshark.org>1998-10-16 01:18:35 +0000
commit349f96bb49fabf8ada49bb3a258518ed8c472076 (patch)
tree530004cda45554c7702e232392c8e791bc3a3baf /Makefile.am
parent5a35314f8034441930fe7caa8de6b8e7dec4ae7a (diff)
* Copied in the correct GNU license (I'm such a goober)
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 12 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index c88d2cf50c..edef16f148 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,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 \
@@ -52,8 +54,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 \
@@ -81,11 +85,12 @@ 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