aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-16 01:18:35 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-16 01:18:35 +0000
commita3d425996f213ae9081e4153549b42199d0ae97a (patch)
tree530004cda45554c7702e232392c8e791bc3a3baf /Makefile.am
parent400f44cad5bf7e0d2225fcf6fd4b35702afb8411 (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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@61 f5534014-38df-0310-8fa8-9805f1628bb7
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