aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 08:30:41 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 08:30:41 +0000
commit0d9873fd051ec81c5168ae17701c1d4c3fd88dea (patch)
treeddd956e78d877d03e1dfedc4844f4eb9ca81365c /Makefile.am
parente297da695505e359c7aba578715ae1e6c7d658bb (diff)
make the Makefile.common really common between automake and nmake,
as lot's of definitions were used in the automake process only git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10176 f5534014-38df-0310-8fa8-9805f1628bb7
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