From: Travis Reitter Date: Sat, 22 Jun 2013 00:41:24 +0000 (-0700) Subject: Include /folks in PKG_CONFIG_PATH X-Git-Tag: FOLKS_0_9_3~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1735191b8119484488c0deadd3e9c1b9ff38eb0;p=platform%2Fupstream%2Ffolks.git Include /folks in PKG_CONFIG_PATH This is required for the gobject-introspection tools to find the folks pkgconfig files. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 --- diff --git a/configure.ac b/configure.ac index 53f5d27..b40d0d6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,11 @@ LT_INIT PKG_PROG_PKG_CONFIG([0.21]) GLIB_GSETTINGS +# Always look for .pc files in /folks so backend support libraries can be +# introspected properly +PKG_CONFIG_PATH=$(pwd)/folks:$PKG_CONFIG_PATH +AC_SUBST([PKG_CONFIG_PATH]) + AC_SUBST([CFLAGS]) AC_SUBST([CPPFLAGS]) AC_SUBST([LDFLAGS])