diff --git a/Makefile.am b/Makefile.am index 1cc21961a..e5a28d70c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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