aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-08-30 02:58:24 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-08-30 02:58:24 +0000
commit8afa787b0e2220558e1cb679f7090719ba4bc127 (patch)
treef838fdb353d05034f4700a77575c5490e11d0122
parent0e3cb70212e3be65cca036b9e89e6366f8a8a5ef (diff)
List pint.h as a source file.
svn path=/trunk/; revision=2383
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fa319899bd..0d3d98f4ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.223 2000/08/19 23:00:06 sharpe Exp $
+# $Id: Makefile.am,v 1.224 2000/08/30 02:58:24 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -285,6 +285,7 @@ ETHEREAL_COMMON_SOURCES = \
oui.h \
packet.c \
packet.h \
+ pint.h \
plugins.c \
plugins.h \
ppptypes.h \