Added pkgconfig file (libguestfs.pc).
[libguestfs.git] / Makefile.am
index 710e39d..a3992a6 100644 (file)
@@ -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,8 @@ EXTRA_DIST = \
        libguestfs.spec \
        html/pod.css \
        HACKING TODO \
-       tests.c
+       tests.c \
+       libguestfs.pc libguestfs.pc.in
 
 # Build the root filesystem.
 # Currently this is arch-dependent, so it seems like putting it in
@@ -133,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