Add "gtkpacket.h" and "packet-ip.h" to the list of source files, so they
authorGuy Harris <guy@alum.mit.edu>
Sat, 1 May 1999 04:38:42 +0000 (04:38 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 1 May 1999 04:38:42 +0000 (04:38 -0000)
get put into the tarball by "make dist".

svn path=/trunk/; revision=251

Makefile.am
Makefile.in

index da64ac7ba7bdd5ef7123ed61fd446e5a9bbd696e..693c05452b8a175270e69b8aab2e5fdf8e83994e 100644 (file)
@@ -65,9 +65,11 @@ ethereal_SOURCES = \
        file.h         \
        filter.h       \
        follow.h       \
+       gtkpacket.h    \
        menu.h         \
        packet.h       \
        packet-dns.h   \
+       packet-ip.h    \
        packet-ipv6.h  \
        packet-ipx.h   \
        packet-ncp.h   \
index 637e469468a07af2b0874c99694221a02bf42e2e..2a1ca285aa35ff5052ccb1bbde5b0ddc862ef11c 100644 (file)
@@ -78,7 +78,7 @@ man_MANS = ethereal.1
 
 sysconf_DATA = manuf
 
-ethereal_SOURCES =     capture.c       column.c        ethereal.c      ethertype.c     file.c          filter.c        follow.c        gtkpacket.c     menu.c          packet.c        packet-aarp.c   packet-arp.c    packet-atalk.c  packet-bootp.c  packet-cdp.c    packet-data.c   packet-dns.c    packet-eth.c    packet-ftp.c    packet-fddi.c   packet-giop.c   packet-http.c   packet-ip.c     packet-icmpv6.c         packet-ipsec.c  packet-ipv6.c   packet-ipx.c    packet-llc.c    packet-lpd.c    packet-nbipx.c  packet-nbns.c   packet-ncp.c    packet-nntp.c   packet-null.c   packet-osi.c    packet-ospf.c   packet-pop.c    packet-ppp.c    packet-raw.c    packet-rip.c    packet-tcp.c    packet-telnet.c         packet-tftp.c   packet-tr.c     packet-trmac.c  packet-udp.c    packet-vines.c  prefs.c         print.c         ps.c            resolv.c        util.c          capture.h       column.h        config.h        ethereal.h      etypes.h        file.h          filter.h        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  prefs.h         print.h         ps.h            resolv.h        util.h
+ethereal_SOURCES =     capture.c       column.c        ethereal.c      ethertype.c     file.c          filter.c        follow.c        gtkpacket.c     menu.c          packet.c        packet-aarp.c   packet-arp.c    packet-atalk.c  packet-bootp.c  packet-cdp.c    packet-data.c   packet-dns.c    packet-eth.c    packet-ftp.c    packet-fddi.c   packet-giop.c   packet-http.c   packet-ip.c     packet-icmpv6.c         packet-ipsec.c  packet-ipv6.c   packet-ipx.c    packet-llc.c    packet-lpd.c    packet-nbipx.c  packet-nbns.c   packet-ncp.c    packet-nntp.c   packet-null.c   packet-osi.c    packet-ospf.c   packet-pop.c    packet-ppp.c    packet-raw.c    packet-rip.c    packet-tcp.c    packet-telnet.c         packet-tftp.c   packet-tr.c     packet-trmac.c  packet-udp.c    packet-vines.c  prefs.c         print.c         ps.c            resolv.c        util.c          capture.h       column.h        config.h        ethereal.h      etypes.h        file.h          filter.h        follow.h        gtkpacket.h     menu.h          packet.h        packet-dns.h    packet-ip.h     packet-ipv6.h   packet-ipx.h    packet-ncp.h    packet-ospf.h   packet-rip.h    packet-vines.h  prefs.h         print.h         ps.h            resolv.h        util.h
 
 
 EXTRA_ethereal_SOURCES =       snprintf.c              snprintf.h              snprintf-imp.h