mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Fix python sdist.
Since commit83e92b4a97, utils.c includes "ignore-value.h". We copy utils.c into the python sdist tarball, but it didn't not compile because of the missing header file. Therefore we need to copy the header in too. Fixes commit83e92b4a97.
This commit is contained in:
@@ -79,12 +79,16 @@ stamp-extra-files: \
|
||||
guestfs-internal-all.h \
|
||||
guestfs-internal-frontend-cleanups.h \
|
||||
guestfs-internal-frontend.h \
|
||||
ignore-value.h \
|
||||
utils.c
|
||||
touch $@
|
||||
|
||||
config.h:
|
||||
ln ../config.h $@
|
||||
|
||||
ignore-value.h:
|
||||
ln $(top_srcdir)/gnulib/lib/ignore-value.h $@
|
||||
|
||||
guestfs-internal-all.h:
|
||||
ln $(top_srcdir)/src/guestfs-internal-all.h $@
|
||||
|
||||
@@ -119,6 +123,7 @@ CLEANFILES = \
|
||||
guestfs-internal-all.h \
|
||||
guestfs-internal-frontend-cleanups.h \
|
||||
guestfs-internal-frontend.h \
|
||||
ignore-value.h \
|
||||
stamp-extra-files \
|
||||
utils.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user