Annotation of embedaddon/confuse/libconfuse.pc.in, revision 1.1

1.1     ! misho       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>