aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 07:41:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-08 07:41:33 +0000
commita79e4523f9036063c3c07219945383f3e6008b47 (patch)
tree1d83c0a5546c065fc667e03a37595e2106fef90e /wiretap/Makefile.am
parentf68d6614b25c77da915f91e7c9cb9af1e5972516 (diff)
Add an "ascend-int.h" file, to declare routines used by more than one of
the files in the Lucent/Ascend capture file code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@787 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 532a37feba..84d811dc5c 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.21 1999/09/24 04:59:52 gram Exp $
+# $Id: Makefile.am,v 1.22 1999/10/08 07:41:31 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -35,6 +35,7 @@ libwiretap_a_SOURCES = \
ascend-scanner.l \
ascend.c \
ascend.h \
+ ascend-int.h \
buffer.c \
buffer.h \
file.c \