diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-09-18 21:29:56 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-09-18 21:29:56 +0000 |
commit | 6ea1d075c1dfc3930bf5f4c0d8e1dc8bd9f74174 (patch) | |
tree | dc3caf064a4654f46eb96d4c5bab8673bd45c7db /Makefile.am | |
parent | 7e9fee9f39c6a35d10c5d7a93c81dcfbd63c23c6 (diff) | |
download | wireshark-6ea1d075c1dfc3930bf5f4c0d8e1dc8bd9f74174.tar.gz wireshark-6ea1d075c1dfc3930bf5f4c0d8e1dc8bd9f74174.tar.bz2 wireshark-6ea1d075c1dfc3930bf5f4c0d8e1dc8bd9f74174.zip |
Distribute the make-manuf and manuf.tmpl files in the source tarball.
svn path=/trunk/; revision=3945
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 405a50d898..f0c3f280b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.366 2001/09/15 23:01:12 guy Exp $ +# $Id: Makefile.am,v 1.367 2001/09/18 21:29:56 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -784,9 +784,11 @@ EXTRA_DIST = \ image/text2pcap.rc.in \ INSTALL.configure \ Makefile.nmake \ + make-manuf \ make-reg-dotc \ make-reg-dotc.py \ manuf \ + manuf.tmpl \ ncp2222.py \ packet-ncp2222.inc \ print.ps \ |