aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index e437004ea2..3146df6991 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -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 \