summaryrefslogtreecommitdiff
path: root/gio/giomm-uninstalled.pc.in
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-20 11:27:59 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-20 11:27:59 +0200
commit4c537aaaf7cd77fa13d2bd026537d5fd9b1e7245 (patch)
tree582c1677afebaf61d86d68c35a8cbe6a391e804b /gio/giomm-uninstalled.pc.in
parent03c19bc62e0451637fd44ceaf054e9fa229c2d36 (diff)
downloadglibmm-4c537aaaf7cd77fa13d2bd026537d5fd9b1e7245.tar.gz
Substitute API version in filenames dynamically
* glib/glibmm.pc.in: Rename file from glib/glibmm-2.4.pc.in. * glib/glibmm-uninstalled.pc.in: Rename file from glib/glibmm-2.4-uninstalled.pc.in. * gio/giomm.pc.in: Rename file from gio/giomm-2.4.pc.in. * gio/giomm-uninstalled.pc.in: Rename file from gio/giomm-2.4-uninstalled.pc.in. * configure.ac (AC_CONFIG_FILES): Insert ${GLIBMM_MODULE_NAME} and ${GIOMM_MODULE_NAME} into output filenames and remove the hard-coded version from the input filenames. * glib/glibmm/Makefile.am (lib_LTLIBRARIES): Substitute @GLIBMM_API_VERSION@ into the libtool archive name as well as the variable names derived from it instead of hard-coding the API version.
Diffstat (limited to 'gio/giomm-uninstalled.pc.in')
-rw-r--r--gio/giomm-uninstalled.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gio/giomm-uninstalled.pc.in b/gio/giomm-uninstalled.pc.in
new file mode 100644
index 00000000..5e7ce338
--- /dev/null
+++ b/gio/giomm-uninstalled.pc.in
@@ -0,0 +1,10 @@
+doxytagfile=${pc_top_builddir}/docs/reference/@GLIBMM_MODULE_NAME@.tag
+htmlrefpub=http://www.gtkmm.org/docs/@GLIBMM_MODULE_NAME@/docs/reference/html/
+
+Name: giomm
+Description: C++ binding for gio, not installed
+Version: @PACKAGE_VERSION@
+URL: http://www.gtkmm.org/
+Requires: gio-2.0 @GLIBMM_MODULE_NAME@-uninstalled
+Libs: ${pc_top_builddir}/${pcfiledir}/giomm/libgiomm-@GIOMM_API_VERSION@.la
+Cflags: -I${pc_top_builddir}/${pcfiledir} -I${pc_top_builddir}/${pcfiledir}/@srcdir@