aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-06 06:22:10 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-06 06:22:10 +0000
commit71c8b6077b28245ed7f65e129bf0bcab1066947e (patch)
tree4e43eaa49a8dbcac4d3949f367c02c1a55310855 /epan
parent058ef64db8ce40909a18c91ab4805804362f80cb (diff)
slab.h needs to be in libethereal_a_SOURCES
svn path=/trunk/; revision=9181
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 09dd246ca3..2dc69e6eaf 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am,v 1.31 2002/10/22 08:22:05 guy Exp $
+# $Id: Makefile.am,v 1.32 2003/12/06 06:22:10 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -74,6 +74,7 @@ libethereal_a_SOURCES = \
proto.h \
resolv.c \
resolv.h \
+ slab.h \
sna-utils.c \
sna-utils.h \
strutil.c \