diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:54:57 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:54:57 +0000 |
commit | d4ccce1b2df50afe0091fec99452121f1231702f (patch) | |
tree | 39adde2a616d82c43ef52e93bb726ddae2bd816a /Makefile.am | |
parent | ae2eb29f6138fee3bb3f6503ae2a47ae37be45ae (diff) | |
download | gvfs-d4ccce1b2df50afe0091fec99452121f1231702f.tar.gz |
Add a basic pkg-config file for gio.
Original git commit by Ross Burton <ross@burtonini.com> at 1176967825 +0100
svn path=/trunk/; revision=461
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 47b0a5af..1f9a3aee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,3 +17,6 @@ SUBDIRS = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = gio.pc |