branches/gmyth-0.1b/gmyth.pc.in
author rosfran
Mon Feb 12 14:52:45 2007 +0000 (2007-02-12)
branchtrunk
changeset 353 f3b8627a51e4
permissions -rw-r--r--
[svn r355] Added G_IO_IN event handlers, using g_io_add_watch, to the GMyth's MonitorHandler.
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: gmyth
     7 Description: Myth TV library based upon GLib/GObject paradigm
     8 Version: @VERSION@
     9 Requires: gobject-2.0 glib-2.0 libcurl
    10 
    11 Libs: @MYSQL_LIBS@ -L${libdir} -lgmyth -lcurl
    12 Cflags: -I${includedir}/gmyth