mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Move po subdir after everything else except po-docs
Otherwise it complains about missing files that it has no rules for, for example `builder/index-parser.c`. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
27690f55ff
commit
da71714a9a
@@ -41,7 +41,7 @@ endif
|
||||
SUBDIRS += common/errnostring common/protocol common/qemuopts
|
||||
SUBDIRS += common/utils
|
||||
SUBDIRS += common/structs
|
||||
SUBDIRS += lib docs examples po
|
||||
SUBDIRS += lib docs examples
|
||||
|
||||
# The daemon and the appliance.
|
||||
SUBDIRS += common/mlutils
|
||||
@@ -201,6 +201,9 @@ SUBDIRS += \
|
||||
utils/qemu-boot \
|
||||
utils/qemu-speed-test
|
||||
|
||||
# After all source files were used we can generate the translation strings
|
||||
SUBDIRS += po
|
||||
|
||||
# po-docs must come after tools, inspector.
|
||||
if HAVE_PO4A
|
||||
SUBDIRS += po-docs
|
||||
|
||||
Reference in New Issue
Block a user