|
Revision 1291, 345 bytes
(checked in by jtv, 9 months ago)
|
At last: new cursor API!
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
SUBDIRS = include src test tools win32 config debian doc |
|---|
| 2 |
EXTRA_DIST = autogen.sh configure.ac.in libpqxx.spec libpqxx.spec.in \ |
|---|
| 3 |
configitems README-UPGRADE VERSION |
|---|
| 4 |
|
|---|
| 5 |
MAINTAINERCLEANFILES=Makefile.in aclocal.m4 config.h.in config.log configure \ |
|---|
| 6 |
stamp-h.in |
|---|
| 7 |
|
|---|
| 8 |
pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 9 |
pkgconfig_DATA = libpqxx.pc |
|---|
| 10 |
bin_SCRIPTS=pqxx-config |
|---|
| 11 |
|
|---|