aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-22 08:30:41 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-22 08:30:41 +0000
commitd830fd0f9022e26ce0b0d5d7299af30894596efd (patch)
treeddd956e78d877d03e1dfedc4844f4eb9ca81365c /Makefile.am
parent5cfc41fd885e35bcf18f5fdb261ebd079f60cbca (diff)
make the Makefile.common really common between automake and nmake,
as lot's of definitions were used in the automake process only svn path=/trunk/; revision=10176
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5aa2388d96..404f0a0a89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.710 2004/02/20 11:06:20 guy Exp $
+# $Id: Makefile.am,v 1.711 2004/02/22 08:30:41 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -83,6 +83,8 @@ diameterdir = $(pkgdatadir)/diameter
diameter_DATA = dictionary.dtd dictionary.xml mobileipv4.xml \
nasreq.xml sunping.xml
+PLATFORM_SRC = pcap-util-unix.c
+
include Makefile.common
if HAVE_PLUGINS