mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
out-of-tree build: don't distribute extconf.rb.in template, use generated exconf.rb
Apparently, the file will only be autogenerated in $(builddir) if it is not already present in $(srcdir).
This commit is contained in:
committed by
Richard W.M. Jones
parent
bb1f665d7f
commit
0a50e64435
@@ -29,7 +29,6 @@ EXTRA_DIST = \
|
||||
Rakefile.in \
|
||||
README.rdoc \
|
||||
doc/site/index.html \
|
||||
ext/guestfs/extconf.rb \
|
||||
lib/guestfs.rb \
|
||||
run-bindtests \
|
||||
run-ruby-tests \
|
||||
|
||||
@@ -39,7 +39,7 @@ end
|
||||
PKG_NAME='@PACKAGE_NAME@'
|
||||
PKG_VERSION='@PACKAGE_VERSION@'
|
||||
|
||||
EXT_CONF='@abs_srcdir@/ext/guestfs/extconf.rb'
|
||||
EXT_CONF='@abs_builddir@/ext/guestfs/extconf.rb'
|
||||
MAKEFILE='@builddir@/ext/guestfs/Makefile'
|
||||
GUESTFS_MODULE='@builddir@/ext/guestfs/_guestfs.so'
|
||||
GUESTFS_SRC='@srcdir@/ext/guestfs/_guestfs.c'
|
||||
|
||||
@@ -34,4 +34,4 @@ $CFLAGS =
|
||||
"@WARN_CFLAGS@ @WERROR_CFLAGS@"
|
||||
|
||||
create_header
|
||||
create_makefile(extension_name)
|
||||
create_makefile(extension_name, "@abs_srcdir@")
|
||||
|
||||
Reference in New Issue
Block a user