Index: /libyaml/branches/stable/configure.ac
===================================================================
--- /libyaml/branches/stable/configure.ac	(revision 357)
+++ /libyaml/branches/stable/configure.ac	(revision 373)
@@ -68,5 +68,5 @@
 
 # Define Makefiles.
-AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
+AC_CONFIG_FILES([yaml-0.1.pc include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
 
 # Generate the "configure" script.
Index: /libyaml/branches/stable/yaml-0.1.pc.in
===================================================================
--- /libyaml/branches/stable/yaml-0.1.pc.in	(revision 373)
+++ /libyaml/branches/stable/yaml-0.1.pc.in	(revision 373)
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+libdir=@libdir@
+
+Name: LibYAML
+Description: Library to parse and emit YAML
+Version: @PACKAGE_VERSION@
+Cflags:
+Libs: -L${libdir} -lyaml
Index: /libyaml/branches/stable/Makefile.am
===================================================================
--- /libyaml/branches/stable/Makefile.am	(revision 320)
+++ /libyaml/branches/stable/Makefile.am	(revision 373)
@@ -5,4 +5,7 @@
 
 EXTRA_DIST = README LICENSE doc/doxygen.cfg
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = yaml-0.1.pc
 
 maintainer-clean-local:
