gmyth-upnp/gmyth-upnp.pc.in
author melunko
Wed Apr 18 22:01:21 2007 +0100 (2007-04-18)
branchtrunk
changeset 567 0200f97ac289
parent 252 0bddbe7eba51
child 915 e612ba1d16ab
permissions -rw-r--r--
[svn r572] Fixed add scheduling call. Now we query the station information before adding the schedule, and handle the mysqlquery auto-increment. Added the function gmyth_uri_to_string(). Added the function gmyth_query_process_statement_with_increment()
melunko@249
     1
prefix=@prefix@
melunko@249
     2
exec_prefix=@exec_prefix@
melunko@249
     3
libdir=@libdir@
melunko@249
     4
includedir=@includedir@
melunko@249
     5
melunko@249
     6
Name: gmyth-upnp
melunko@249
     7
Description: Myth TV upnp library based upon GLib/GObject paradigm
melunko@249
     8
Version: @VERSION@
rosfran@259
     9
Requires: gobject-2.0 glib-2.0 clinkc
melunko@249
    10
rosfran@259
    11
Libs: @LIBGMYTH_LIBS@ -L${libdir} -lgmythupnp
rosfran@259
    12
Cflags: @LIBGMYTH_CFLAGS@ -I${includedir}/gmyth-upnp