X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=a3992a658005e2a52ad941153a9791d7d76d1d8a;hp=47954a50e156e4d36e0341adcab32e03dc940dfd;hb=cf13c86a2c6fd56c07d7a92bcd28f99598c6a259;hpb=99f68f259f92eee884c6c7396f61b9c16e2bf354 diff --git a/Makefile.am b/Makefile.am index 47954a5..a3992a6 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,9 @@ EXTRA_DIST = \ guestfish.pod guestfish-actions.pod \ libguestfs.spec \ html/pod.css \ - HACKING + HACKING TODO \ + tests.c \ + libguestfs.pc libguestfs.pc.in # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -72,6 +80,8 @@ tests_LDADD = $(top_builddir)/src/libguestfs.la TESTS = $(check_PROGRAMS) +$(TESTS): $(INITRAMFS) $(VMLINUZ) + # Manual pages. # guestfs-actions.pod and guestfs-structs are autogenerated. There is # no include mechanism for POD, so we have to do it by hand. @@ -127,6 +137,11 @@ 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/ +# Pkgconfig. + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libguestfs.pc + # Test-boot the image. test-boot: emptydisk