diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-01-28 04:43:26 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-01-28 04:43:26 +0000 |
commit | c8639c08ee832fc44651bb08091021e3579bf8ba (patch) | |
tree | 151d0daa7f8a84e486cb742c45ce5bdc3551e871 /Makefile.am | |
parent | 7fc0d00b8a28d426096ea0c2bd9c092f225c9300 (diff) | |
download | wireshark-c8639c08ee832fc44651bb08091021e3579bf8ba.tar.gz wireshark-c8639c08ee832fc44651bb08091021e3579bf8ba.tar.bz2 wireshark-c8639c08ee832fc44651bb08091021e3579bf8ba.zip |
Pull the stuff to read and write the list of filter expressions up into
a file in the top-level directory.
svn path=/trunk/; revision=2946
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 be0542c302..0446014462 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.279 2001/01/27 20:33:00 guy Exp $ +# $Id: Makefile.am,v 1.280 2001/01/28 04:43:24 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -352,6 +352,8 @@ ethereal_SOURCES = \ capture.h \ file.c \ file.h \ + filters.c \ + filters.h \ globals.h \ menu.h \ simple_dialog.h \ |