X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=ce2f940cf85473a3778c31ae9e39a44400de7882;hp=085202b535b951f427a7b7631d63b2ff01ddac93;hb=8ad79a7c4de406579cf38d938edf44a8b659d03a;hpb=8c48f5ae2ea5221f6c53934262c5505f4b20ca8c diff --git a/Makefile.am b/Makefile.am index 085202b..ce2f940 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/subdir-rules.mk ACLOCAL_AMFLAGS = -I m4 # Basic source for the library. -SUBDIRS = gnulib/lib images src examples po po-docs +SUBDIRS = gnulib/lib images src examples po if ENABLE_DAEMON SUBDIRS += daemon @@ -68,6 +68,9 @@ if HAVE_FUSE SUBDIRS += fuse endif +# po-docs must come after tools, inspector. +SUBDIRS += po-docs + EXTRA_DIST = \ $(generator_built) \ html/pod.css \