glib/glib.pc.in
Martin Baulig e65179c0d5 Use the correct pkg-config syntax in all the *.pc.in files
(the version that comes with the RedHat 7.0 glib-gtkbeta RPM).
2000-09-30 02:09:40 +00:00

12 lines
233 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GLib
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -lglib-1.2
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include