Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [PATCH] small patch to Makefile.am for compiling current SVN out

From: didier <dgautheron@xxxxxxxx>
Date: Tue, 14 Nov 2006 16:00:43 +0100
Hi,
idl2wrs.sh is a generated file.

Didier

Index: Makefile.am
===================================================================
--- Makefile.am	(révision 19890)
+++ Makefile.am	(copie de travail)
@@ -71,7 +71,7 @@
 EXTRA_SCRIPTS = idl2wrs
 
 idl2wrs: tools/idl2wrs.sh Makefile
-	cp $(srcdir)/tools/idl2wrs.sh idl2wrs
+	cp tools/idl2wrs.sh idl2wrs
 	chmod +x idl2wrs
 
 #