X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1b5ea897cdd925a69a3ec9cc95aeed99f0239fe7;hp=710e39d968dacdb30a1e706b168a0ece6d02c6e6;hb=ae5be84decf1a40e1de22176c747e110b77829a2;hpb=a5f68bd57d887c8c8818dbb92a9f8b7643f67827 diff --git a/Makefile.am b/Makefile.am index 710e39d..1b5ea89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,9 @@ endif if HAVE_RUBY SUBDIRS += ruby endif +if HAVE_JAVA +SUBDIRS += java +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ @@ -39,7 +42,9 @@ EXTRA_DIST = \ libguestfs.spec \ html/pod.css \ HACKING TODO \ - tests.c + tests.c \ + libguestfs.pc libguestfs.pc.in \ + gitlog-to-changelog # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -133,6 +138,17 @@ html/guestfish.1.html: guestfish.pod guestfish-actions.pod website: html/guestfs.3.html html/guestfish.1.html cp $^ html/pod.css $(HOME)/d/redhat/et-website/libguestfs/ +# Generate the ChangeLog automatically from the gitlog. + +dist-hook: + ./gitlog-to-changelog > ChangeLog + cp ChangeLog $(distdir)/ChangeLog + +# Pkgconfig. + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libguestfs.pc + # Test-boot the image. test-boot: emptydisk