5a535c1266
The server, drizzled, will use this as for protocol library. Client utilities and any new projects that require low-level protocol communication (like proxies). Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) should be built off of this library. WWW: https://launchpad.net/libdrizzle
11 lines
364 B
Text
11 lines
364 B
Text
--- ./Makefile.in.orig 2010-03-12 12:09:51.000000000 -0500
|
|
+++ ./Makefile.in 2010-03-12 12:10:03.000000000 -0500
|
|
@@ -526,7 +526,7 @@
|
|
docs/doxygen.h \
|
|
tests/run.sh
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = support/libdrizzle.pc
|
|
TESTS_ENVIRONMENT = ${top_srcdir}/tests/run.sh
|
|
TESTS = $(check_PROGRAMS)
|