From d585c414208129ffdcfb96fdae04ff3ccae1615e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 15:00:02 +0000 Subject: 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 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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). -- cgit v1.2.3