diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-24 04:59:52 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-24 04:59:52 +0000 |
commit | c2e3c9efb444dd00c538e0c55666e09fa530ced2 (patch) | |
tree | 1ee279ef5e6295187107992cdb5f5b2890fb19a1 /wiretap | |
parent | 70cd911f619103d329694eb432b2a7ff31222bfd (diff) | |
download | wireshark-c2e3c9efb444dd00c538e0c55666e09fa530ced2.tar.gz wireshark-c2e3c9efb444dd00c538e0c55666e09fa530ced2.tar.bz2 wireshark-c2e3c9efb444dd00c538e0c55666e09fa530ced2.zip |
Many more packaging changes. Lets compilation with new gtk subdirectory
work if build tree is different than source tree. Some wiretap files
had to be added to the list of deliverables.
svn path=/trunk/; revision=717
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 048120cabd..532a37feba 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Wiretap # -# $Id: Makefile.am,v 1.20 1999/09/11 04:50:43 gerald Exp $ +# $Id: Makefile.am,v 1.21 1999/09/24 04:59:52 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -38,6 +38,7 @@ libwiretap_a_SOURCES = \ buffer.c \ buffer.h \ file.c \ + file.h \ iptrace.c \ iptrace.h \ lanalyzer.c \ @@ -58,6 +59,9 @@ libwiretap_a_SOURCES = \ wtap.h EXTRA_DIST = \ + ascend-grammar.c \ + ascend-grammar.h \ + ascend-scanner.c \ config.h.win32 \ Makefile.nmake |