gmyth-stream/client/gmyth-stream-client.pc.in
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
permissions -rw-r--r--
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
renatofilho@522
     1
prefix=@prefix@
renatofilho@522
     2
exec_prefix=@exec_prefix@
renatofilho@522
     3
libdir=@libdir@
renatofilho@522
     4
includedir=@includedir@
renatofilho@522
     5
renatofilho@522
     6
Name: gmyth-stream-client
renatofilho@522
     7
Description: Gmyth Stream Client side
renatofilho@522
     8
Version: @VERSION@
renatofilho@522
     9
Requires: gobject-2.0 glib-2.0
renatofilho@522
    10
renatofilho@522
    11
Libs: -L${libdir} -lgmythstreamclient
renatofilho@522
    12
Cflags: -I${includedir}/gmyth-stream