From 1b6c7006d74e438b7992ac309f6cd404f0c1f6f3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 11 May 2004 11:19:26 +0000 Subject: [PATCH] From Lars Roland: add the libethereal .def file to the list of files included in the distribution. svn path=/trunk/; revision=10852 --- epan/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -104,6 +104,7 @@ EXTRA_libethereal_la_SOURCES = \ inet_v6defs.h EXTRA_DIST = \ + libethereal.def \ Makefile.common \ Makefile.nmake \ tvbtest.c \ -- 2.34.1