mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
utils: Rename ‘guestfs-internal-frontend.h’ to ‘guestfs-utils.h’.
The reason it's not just ‘utils.h’ is because Pino is worried that we might pick up /usr/include/utils.h from a rogue library.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
include actions.h
|
||||
include c-ctype.h
|
||||
include cleanups.h
|
||||
include config.h
|
||||
include guestfs-internal-all.h
|
||||
include guestfs-internal-frontend-cleanups.h
|
||||
include guestfs-internal-frontend.h
|
||||
include guestfs-utils.h
|
||||
include ignore-value.h
|
||||
|
||||
@@ -101,9 +101,9 @@ stamp-extra-files: \
|
||||
cleanups.h \
|
||||
config.h \
|
||||
guestfs-internal-all.h \
|
||||
guestfs-internal-frontend.h \
|
||||
guestfs-utils.h
|
||||
ignore-value.h \
|
||||
utils.c
|
||||
utils.c \
|
||||
touch $@
|
||||
|
||||
config.h:
|
||||
@@ -124,8 +124,8 @@ ignore-value.h:
|
||||
guestfs-internal-all.h:
|
||||
ln $(top_srcdir)/lib/guestfs-internal-all.h $@
|
||||
|
||||
guestfs-internal-frontend.h:
|
||||
ln $(top_srcdir)/common/utils/guestfs-internal-frontend.h $@
|
||||
guestfs-utils.h:
|
||||
ln $(top_srcdir)/common/utils/guestfs-utils.h $@
|
||||
|
||||
utils.c:
|
||||
ln $(top_srcdir)/common/utils/utils.c $@
|
||||
@@ -152,7 +152,7 @@ CLEANFILES += \
|
||||
cleanups.c \
|
||||
cleanups.h \
|
||||
guestfs-internal-all.h \
|
||||
guestfs-internal-frontend.h \
|
||||
guestfs-utils.h \
|
||||
ignore-value.h \
|
||||
stamp-extra-files \
|
||||
utils.c
|
||||
|
||||
Reference in New Issue
Block a user