aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-19 22:26:37 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-19 22:26:37 +0000
commit109c9f6f5e03a10f860c96801ea60cc2e77243d9 (patch)
tree97290c7183d25cfaa708a667ca26829ff93b20e2 /Makefile.am
parent6757c92accbd4ad1135e23626b55c03d72dab7d5 (diff)
downloadwireshark-109c9f6f5e03a10f860c96801ea60cc2e77243d9.tar.gz
wireshark-109c9f6f5e03a10f860c96801ea60cc2e77243d9.tar.bz2
wireshark-109c9f6f5e03a10f860c96801ea60cc2e77243d9.zip
Put $(srcdir) in front of "make-version.pl", as is done for other
scripts. svn path=/trunk/; revision=9737
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ecd761611d..d86479e149 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.697 2004/01/18 03:49:16 guy Exp $
+# $Id: Makefile.am,v 1.698 2004/01/19 22:26:37 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -1052,7 +1052,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
# Build the version string
#
cvsversion.h:
- $(PERL) make-version.pl
+ $(PERL) $(srcdir)/make-version.pl
#
# Build various header files for the X11 dissector.