Annotation of embedaddon/sqlite3/sqlite.pc.in, revision 1.1

1.1     ! misho       1: # Package Information for pkg-config
        !             2: 
        !             3: prefix=@prefix@
        !             4: exec_prefix=@exec_prefix@
        !             5: libdir=@libdir@
        !             6: includedir=@includedir@
        !             7: 
        !             8: Name: SQLite
        !             9: Description: SQL database engine
        !            10: Version: @RELEASE@
        !            11: Libs: -L${libdir} -lsqlite
        !            12: Libs.private: @LIBS@
        !            13: Cflags: -I${includedir}

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