root/library/bdm/base/libconfig/lib/libconfig.pc.in @ 1056

Revision 691, 306 bytes (checked in by mido, 15 years ago)

the real update of libconfig with an addaptation of its directories
all cfg files added directly into VS solution (this change is actually concerning only the \tests directory)

Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libconfig
7Description: C Configuration File Library
8Version: @VERSION@
9URL: http://www.hyperrealm.com/main.php?s=libconfig
10Requires:
11Conflicts:
12Libs: -L${libdir} -lconfig
13Libs.private: @LIBS@
14Cflags: -I${includedir}
Note: See TracBrowser for help on using the browser.