From Lars Roland: add the libethereal .def file to the list of files
authorGuy Harris <guy@alum.mit.edu>
Tue, 11 May 2004 11:19:26 +0000 (11:19 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 11 May 2004 11:19:26 +0000 (11:19 -0000)
included in the distribution.

svn path=/trunk/; revision=10852

epan/Makefile.am

index fde604fd0565c3618b2a3dbf27d3f064fdf94af9..2737cf6ce4bc53023d631fbc5c11187056cf572d 100644 (file)
@@ -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       \