X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=1b5ea897cdd925a69a3ec9cc95aeed99f0239fe7;hb=56826a0dc9533cb1d7d227c5a2f70d8d31a4dd8f;hp=2345018f69f73da59347bfb14568644a45588522;hpb=b4d2a01828e5de85e5eee3631f7fe3925a0312ca;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 2345018..1b5ea89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,12 @@ endif if HAVE_PYTHON SUBDIRS += python endif +if HAVE_RUBY +SUBDIRS += ruby +endif +if HAVE_JAVA +SUBDIRS += java +endif EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ @@ -35,7 +41,10 @@ EXTRA_DIST = \ guestfish.pod guestfish-actions.pod \ libguestfs.spec \ html/pod.css \ - HACKING + HACKING TODO \ + 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 @@ -129,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