From: Richard Jones Date: Thu, 16 Jul 2009 17:08:44 +0000 (+0100) Subject: Fix for non-srcdir builds: Run src/generator.ml from the srcdir. X-Git-Tag: 1.0.62~12 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=98515732084c6856c2e22364b2ae64113c2c37c6;hp=98515732084c6856c2e22364b2ae64113c2c37c6 Fix for non-srcdir builds: Run src/generator.ml from the srcdir. Note that files generated by src/generator.ml are stored in the srcdir, *not* the builddir. The reason is so that they can be included in the tarball and will appear in the srcdir for tarball builds. ---