From Thierry Martin: support for reading files from Accellent 5Views LAN
[metze/wireshark/wip.git] / wiretap / Makefile.am
index e437004ea2cf4b82c1870c2bf2e0bb709edd2407..3146df6991d806b0d0fc16a3d85a216c16c2580f 100644 (file)
@@ -1,22 +1,22 @@
 # Makefile.am
 # Automake file for Wiretap
 #
-# $Id: Makefile.am,v 1.41 2003/04/27 09:16:36 jmayer Exp $
+# $Id: Makefile.am,v 1.42 2003/07/29 19:42:00 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
 # Copyright 1998 Gerald Combs
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 # as published by the Free Software Foundation; either version 2
 # of the License, or (at your option) any later version.
-# 
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -84,7 +84,9 @@ libwiretap_a_SOURCES = \
        wtap.c                  \
        wtap.h                  \
        wtap-capture.h          \
-       wtap-int.h
+       wtap-int.h              \
+       5views.c                \
+       5views.h
 
 EXTRA_DIST = \
        README.developer        \