X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=4764a550d4baee613a3fd2a9600f17f7a15e526d;hb=7581672c7893fd392ca10b47f044af327011f502;hp=fb37167e73d53e626791e919e8804463b8ed3e3c;hpb=5e180db9eefcd6b459b805c2215ba4d174e4eb83;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index fb37167..4764a55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,8 @@ EXTRA_DIST = \ MAX_PROC_NR \ stamp-generator \ generator.ml \ - libguestfs.3 + libguestfs.3 \ + guestfs.pod # Rerun the generator if it has changed. # Git removes empty directories, so in cases where the @@ -124,7 +125,7 @@ libguestfs_la_SOURCES = \ gettext.h \ libguestfs.syms -libguestfs_la_LIBADD = $(LTLIBTHREAD) +libguestfs_la_LIBADD = $(LTLIBTHREAD) ../gnulib/lib/libgnu.la # Make libguestfs include the convenience library. noinst_LTLIBRARIES = libprotocol.la