diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:55:53 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 12:55:53 +0000 |
commit | 148af617d5dd511e0e758003936183ff733723ba (patch) | |
tree | e4072346810bdff30b8d92083675dbfb676e7761 /Makefile.am | |
parent | acf8b3cbfb5ec1a6e91ebcd695c4606081426fd9 (diff) | |
download | gvfs-148af617d5dd511e0e758003936183ff733723ba.tar.gz |
Rename gio.pc to gio-standalone.pc
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1176969216 +0200
svn path=/trunk/; revision=463
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1f9a3aee..e3b304ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,4 @@ SUBDIRS = \ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gio.pc +pkgconfig_DATA = gio-standalone.pc |