diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-12 11:33:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-12 11:33:46 +0200 |
commit | 706c4d46df435f32e1b08326afb33ff168b39866 (patch) | |
tree | effd722c4a75f4fe8a487eb17d3402dbad591865 | |
parent | a4dea80c2267f7fccbf62ae4ea3c45b0c7b2c90d (diff) |
Update ODB description
-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 145bbb0..995e4e6 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++, common runtime library +Description: Object-relational mapping (ORM) system for C++, common runtime library URL: http://www.codesynthesis.com/products/odb/ Version: @VERSION@ Libs: -L${libdir} -lodb |