X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1b5ea897cdd925a69a3ec9cc95aeed99f0239fe7;hp=b642bdd52cbf178b8bc4244e9707c1888318f01d;hb=4507dd497f9a5eb8584e6d0937a87dc659cfa144;hpb=b9014d6a0da8b2b3a76c4ab51fab2773fe7480b2 diff --git a/Makefile.am b/Makefile.am index b642bdd..1b5ea89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,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 @@ -136,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