[svn r260] Fixes references over libraries, such as the gmyth-0.1. trunk
authorrosfran
Wed Jan 10 22:47:28 2007 +0000 (2007-01-10)
branchtrunk
changeset 2594644bd396464
parent 258 835d5cc01a0a
child 260 9bab67afb6c2
[svn r260] Fixes references over libraries, such as the gmyth-0.1.
gmyth-upnp/configure.ac
gmyth-upnp/gmyth-upnp.pc.in
     1.1 --- a/gmyth-upnp/configure.ac	Wed Jan 10 22:31:34 2007 +0000
     1.2 +++ b/gmyth-upnp/configure.ac	Wed Jan 10 22:47:28 2007 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  
     1.5  AC_INIT([gmyth-upnp],[0.1])
     1.6  
     1.7 +AC_CONFIG_SRCDIR([src/gmyth_upnp.c])
     1.8  AC_CONFIG_HEADER(config.h)
     1.9  
    1.10  dnl when going to/from release please set the nano (fourth number) right !
     2.1 --- a/gmyth-upnp/gmyth-upnp.pc.in	Wed Jan 10 22:31:34 2007 +0000
     2.2 +++ b/gmyth-upnp/gmyth-upnp.pc.in	Wed Jan 10 22:47:28 2007 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  Name: gmyth-upnp
     2.5  Description: Myth TV upnp library based upon GLib/GObject paradigm
     2.6  Version: @VERSION@
     2.7 -Requires: gobject-2.0 glib-2.0 clinkc gmyth-0.1
     2.8 +Requires: gobject-2.0 glib-2.0 clinkc
     2.9  
    2.10 -Libs: @CYBERLINK_LIBS@ @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp
    2.11 -Cflags: @CYBERLINK_CFLAGS@ @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp
    2.12 +Libs: @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp
    2.13 +Cflags: @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp