aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 15:00:02 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 15:00:02 +0000
commitd585c414208129ffdcfb96fdae04ff3ccae1615e (patch)
tree5b27310b3edb5b18afedbd9621f4b8bf51ebdb70
parent232c213eca82d05f6df4a7ca4edd113d56ce4ec2 (diff)
Fix building idl2wrs (after looking through previous versions of Makefile.am
it's not apparent how it was working before). svn path=/trunk/; revision=18266
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b343c0c769..3f8640e4e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,11 @@ man_MANS =
EXTRA_PROGRAMS = ethereal tethereal capinfos editcap mergecap dftest \
randpkt text2pcap dumpcap
-EXTRA_SCRIPTS = tools/idl2wrs
+EXTRA_SCRIPTS = idl2wrs
+
+idl2wrs: tools/idl2wrs.sh Makefile
+ $(do_subst) < $(srcdir)/tools/idl2wrs.sh > idl2wrs
+ chmod +x idl2wrs
#
# Ethereal configuration files are put in $(pkgdatadir).