db/db.pc

Wed, 19 May 2010 13:23:54 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 19 May 2010 13:23:54 +0200
changeset 249
e56c07037162
permissions
-rw-r--r--

Correct and improve a wide range of style and language items.

     1 prefix=@l_prefix@
     2 exec_prefix=${prefix}
     3 libdir=${exec_prefix}/lib
     4 includedir=${prefix}/include
     6 Name: db
     7 Description: Berkeley-DB Library
     8 Version: @version@
     9 Libs: -L${libdir} @libs@
    10 Cflags: -I${includedir}

mercurial