aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-06-13 16:31:01 +0000
committerGerald Combs <gerald@wireshark.org>2005-06-13 16:31:01 +0000
commitdacd1736fa5942ff11edfaecf9ff072c717777ac (patch)
tree51554f1013e0320203bda927c1cb9f8eae2170ba /Makefile.am
parent589035eac002456f5b3d711e630aee912ade0ec4 (diff)
Read .svn/entries directly instead of calling "svn info", as suggested by
Thomas Anders. This should make things more locale-independent and remove a dependency on "svn" being present. svn path=/trunk/; revision=14620
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6923ea03bb..130b9e82b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -304,7 +304,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
FORCE:
svnversion.h: FORCE
- $(PERL) $(srcdir)/make-version.pl
+ $(PERL) $(srcdir)/make-version.pl $(srcdir)
#
# Build the short version of the authors file for the about dialog