source: trunk/third/libglade2/libglade-2.0.pc.in @ 18268

Revision 18268, 471 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18267, which included commits to RCS files with non-trunk default branches.
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6# so people can do "pkg-config --variable moduledir libglade-2.0"
7# (which is broken - users can now use the LIBGLADE_MODULE_PATH
8# environment variable
9moduledir=${libdir}/libglade/2.0
10
11Name: Libglade
12Description: a library for dynamically loading GLADE interface files
13Version: @VERSION@
14Requires: gtk+-2.0 libxml-2.0
15Libs: -L${libdir} -lglade-2.0
16Cflags: -I${includedir}/libglade-2.0
17
Note: See TracBrowser for help on using the repository browser.