loudmouth-1.0.pc.in
author hallski <hallski>
Fri, 16 Jun 2006 09:21:33 +0000
changeset 155 d24c4392d4e3
parent 70 4d33d6915f49
child 668 55cd0aab9061
permissions -rw-r--r--
2006-06-16 Mikael Hallendal <micke@imendio.com> * configure.ac: * loudmouth-1.0.pc.in: * loudmouth/Makefile.am: - Add checks for libidn. * loudmouth/lm-connection.c: (lm_connection_new), (lm_connection_set_server): * loudmouth/lm-proxy.c: (lm_proxy_set_server): - Use the new function _lm_utils_hostname_to_punycode. * loudmouth/lm-internals.h: * loudmouth/lm-utils.c: (_lm_utils_hostname_to_punycode): - Added function to support internationalised host names. - Patch from Frederic Peters. - Fixes LM-42.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libloudmouth
Description: libloudmouth
Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lloudmouth-1 @LIBIDN_LIBS@
Cflags: -I${includedir}/loudmouth-1.0