diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-22 11:47:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-22 11:47:07 +0100 |
commit | a8d25362435121ada85656c08cd79642f79f9f7b (patch) | |
tree | c10c79a196329714b98cb1cd2d6b0abb458cb885 /Makefile.am | |
parent | f99cb04943f1c4583e52df684011766add78ea28 (diff) | |
download | libguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.tar.gz libguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.tar.xz libguestfs-a8d25362435121ada85656c08cd79642f79f9f7b.zip |
Added pkgconfig file (libguestfs.pc).1.0.8
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
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 |