# HG changeset patch # User rosfran # Date 1168469248 0 # Node ID 4644bd396464e075814cb1071bb08aefbe4def68 # Parent 835d5cc01a0a473149451417de0d64b32a917c2c [svn r260] Fixes references over libraries, such as the gmyth-0.1. diff -r 835d5cc01a0a -r 4644bd396464 gmyth-upnp/configure.ac --- a/gmyth-upnp/configure.ac Wed Jan 10 22:31:34 2007 +0000 +++ b/gmyth-upnp/configure.ac Wed Jan 10 22:47:28 2007 +0000 @@ -5,6 +5,7 @@ AC_INIT([gmyth-upnp],[0.1]) +AC_CONFIG_SRCDIR([src/gmyth_upnp.c]) AC_CONFIG_HEADER(config.h) dnl when going to/from release please set the nano (fourth number) right ! diff -r 835d5cc01a0a -r 4644bd396464 gmyth-upnp/gmyth-upnp.pc.in --- a/gmyth-upnp/gmyth-upnp.pc.in Wed Jan 10 22:31:34 2007 +0000 +++ b/gmyth-upnp/gmyth-upnp.pc.in Wed Jan 10 22:47:28 2007 +0000 @@ -6,7 +6,7 @@ Name: gmyth-upnp Description: Myth TV upnp library based upon GLib/GObject paradigm Version: @VERSION@ -Requires: gobject-2.0 glib-2.0 clinkc gmyth-0.1 +Requires: gobject-2.0 glib-2.0 clinkc -Libs: @CYBERLINK_LIBS@ @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp -Cflags: @CYBERLINK_CFLAGS@ @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp +Libs: @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp +Cflags: @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp