summaryrefslogtreecommitdiff
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-11 11:19:26 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-11 11:19:26 +0000
commit1b6c7006d74e438b7992ac309f6cd404f0c1f6f3 (patch)
tree5ab37c12844689893c8f8f4dddef8b42d367bfcb /epan/Makefile.am
parent38a66b2157c257cb9dbbd235bf11884676b97d3d (diff)
downloadwireshark-1b6c7006d74e438b7992ac309f6cd404f0c1f6f3.tar.gz
From Lars Roland: add the libethereal .def file to the list of files
included in the distribution. svn path=/trunk/; revision=10852
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index fde604fd05..2737cf6ce4 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.47 2004/05/11 01:00:51 ulfl Exp $
+# $Id: Makefile.am,v 1.48 2004/05/11 11:19:26 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -104,6 +104,7 @@ EXTRA_libethereal_la_SOURCES = \
inet_v6defs.h
EXTRA_DIST = \
+ libethereal.def \
Makefile.common \
Makefile.nmake \
tvbtest.c \