most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas...
[ardour.git] / tools / synthesize_sources.pl
index 3123d0cb1f2d2b479570707dc2e55c640495b72d..54fb8eb60d3902b39d4dc31247e16250cfcc41ce 100755 (executable)
@@ -7,6 +7,8 @@
 # for each missing source file. The length of each file is determined
 # by how far regions using that source file go into the sample data.
 
+use FindBin '$Bin';
+use lib "$Bin";
 use XML::Parser::PerlSAX;
 use XML::Handler::XMLWriter;
 use IO::Handle;