From a8d25362435121ada85656c08cd79642f79f9f7b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 22 Apr 2009 11:47:07 +0100 Subject: Added pkgconfig file (libguestfs.pc). --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b642bdd5..a3992a65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,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 @@ -136,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 -- cgit