Annotation of gpl/axl/axl-ns.pc.in, revision 1.1

1.1     ! misho       1: prefix=@prefix@ 
        !             2: exec_prefix=@exec_prefix@ 
        !             3: libdir=@libdir@ 
        !             4: includedir=@includedir@ 
        !             5: 
        !             6: Name: libAXL (XML 1.0 Namespace support)
        !             7: Description: LibAXL: Another XML library
        !             8: Version: @AXL_VERSION@ 
        !             9: Requires: axl
        !            10: Libs: -L${libdir} -laxl-ns
        !            11: Cflags: -I${includedir}/axl

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