mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user