root/trunk/libpqxx.pc.in

Revision 957, 282 bytes (checked in by jtv, 5 years ago)

Cleaning up directory structure after conversion from CVS

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libpqxx
7Description: a C++ API to the PostgreSQL database management system.
8Version: @VERSION@
9Libs: -L${libdir} -L@with_postgres_lib@ -lpqxx
10Cflags: -I${includedir} -I@with_postgres_include@
Note: See TracBrowser for help on using the browser.