X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ruby%2FRakefile.in;h=a000255373367e030dd5902c16e56a6eddf16380;hp=400ea0f426cd415cd1160fc192270a79eb06567b;hb=3385d7a1bf6afb8508ce334c6231c35cbe2fbae0;hpb=6c87a747cae61097915c71f6d505f101579e8c7a diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in index 400ea0f..a000255 100644 --- a/ruby/Rakefile.in +++ b/ruby/Rakefile.in @@ -27,7 +27,7 @@ PKG_VERSION='@PACKAGE_VERSION@' EXT_CONF='@srcdir@/ext/guestfs/extconf.rb' MAKEFILE='@builddir@/ext/guestfs/Makefile' GUESTFS_MODULE='@builddir@/ext/guestfs/_guestfs.so' -GUESTFS_SRC='@builddir@/ext/guestfs/_guestfs.c' +GUESTFS_SRC='@srcdir@/ext/guestfs/_guestfs.c' CLEAN.include [ "@builddir@/ext/**/*.o", GUESTFS_MODULE, "@builddir@/ext/**/depend" ]