[gnome-contacts: 21/35] flow-box: add pc file



commit 2955ae70906a6e0c0572f513316e2206c3c43c69
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Feb 9 11:33:02 2013 -0500

    flow-box: add pc file

 configure.ac                   |    2 +-
 egg-flow-box-uninstalled.pc.in |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 26ac634..ffa86b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,4 +23,4 @@ PKG_CHECK_MODULES(LISTBOX, [$pkg_modules])
 LISTBOX_PACKAGES="--pkg gtk+-3.0"
 AC_SUBST(LISTBOX_PACKAGES)
 
-AC_OUTPUT( egg-list-box-uninstalled.pc )
+AC_OUTPUT([egg-list-box-uninstalled.pc egg-flow-box-uninstalled.pc])
diff --git a/egg-flow-box-uninstalled.pc.in b/egg-flow-box-uninstalled.pc.in
new file mode 100644
index 0000000..1ce36ce
--- /dev/null
+++ b/egg-flow-box-uninstalled.pc.in
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+abs_top_srcdir= abs_top_srcdir@
+abs_top_builddir= abs_top_builddir@
+
+Name: egg-flow-box (uninstalled copy)
+Description: Sorting widget container
+Version: @VERSION@
+Requires: pkg-config >= 0.21
+Requires.private: glib-2.0 >= 2.31.10, gobject-2.0 >= 2.31.10, gtk+-3.0 >= 3.4.0
+Libs: ${abs_top_builddir}/libeggflowbox.la
+Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]