fix uninstalled pkgconfig files
authorAlexander Kanavin <alexander.kanavin@intel.com>
Mon, 20 Jan 2014 14:55:25 +0000 (16:55 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Mon, 20 Jan 2014 14:55:25 +0000 (16:55 +0200)
src/common/libgum-common-uninstalled.pc.in
src/lib/libgum-uninstalled.pc.in

index 9173de8..4f92cbd 100644 (file)
@@ -9,4 +9,5 @@ Description: User management common library, not installed
 Version: @PACKAGE_VERSION@
 URL: @PACKAGE_URL@
 Requires: glib-2.0 >= 2.30 gio-2.0 gio-unix-2.0 gmodule-2.0
-Cflags: -I${includedir}
\ No newline at end of file
+Libs: @abs_top_builddir@/src/common/libgum-common.la
+Cflags: -I${includedir}
index 2e7f500..7241b39 100644 (file)
@@ -9,4 +9,5 @@ Description: User management client library, not installed
 Version: @PACKAGE_VERSION@
 URL: @PACKAGE_URL@
 Requires: glib-2.0 >= 2.30 gio-2.0 gio-unix-2.0 gmodule-2.0
-Cflags: -I${includedir}
\ No newline at end of file
+Libs: @abs_top_builddir@/src/lib/libgum.la
+Cflags: -I${includedir}