From a3d425996f213ae9081e4153549b42199d0ae97a Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 16 Oct 1998 01:18:35 +0000 Subject: * 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 --- Makefile.am | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3