diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:49:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:49:05 +0200 |
commit | 547d1dd2da9c9b2b010da6d167ac88959342a634 (patch) | |
tree | 2d778c647f7bcd97fcd60660281f4d9b0a806735 /libodb.pc.in | |
parent | e927a6f2a3e3a72a18441fe9f603a336503f68e8 (diff) |
Support for automake and VC++ builds
Diffstat (limited to 'libodb.pc.in')
-rw-r--r-- | libodb.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libodb.pc.in b/libodb.pc.in index a4bcba5..145bbb0 100644 --- a/libodb.pc.in +++ b/libodb.pc.in @@ -9,7 +9,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libodb -Description: Object persistence compiler for C++, runtime library +Description: Object persistence compiler for C++, common runtime library URL: http://www.codesynthesis.com/products/odb/ Version: @VERSION@ Libs: -L${libdir} -lodb |