|
Revision 957, 282 bytes
(checked in by jtv, 3 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 | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
Name: libpqxx |
|---|
| 7 |
Description: a C++ API to the PostgreSQL database management system. |
|---|
| 8 |
Version: @VERSION@ |
|---|
| 9 |
Libs: -L${libdir} -L@with_postgres_lib@ -lpqxx |
|---|
| 10 |
Cflags: -I${includedir} -I@with_postgres_include@ |
|---|