File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / libconfuse.pc.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:55 2017 UTC (7 years, 4 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, v2_7, HEAD
confuse 2.7

    1: prefix=@prefix@
    2: exec_prefix=@exec_prefix@
    3: libdir=@libdir@
    4: includedir=@includedir@
    5: 
    6: 
    7: Name: @PACKAGE@
    8: Version: @VERSION@
    9: Description: configuration file parser library
   10: Requires: 
   11: Libs: -L${libdir} -lconfuse @LTLIBINTL@
   12: Cflags: -I${includedir}
   13: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>