Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / glib / gthread.pc.in
blob68d8b021600e22b1f0765e31b72ac72825715146
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: GThread
7 Description: Thread support for GLib
8 Requires: glib
9 Version: @VERSION@
10 Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
11 Cflags: @G_THREAD_CFLAGS@