~drizzle-trunk/drizzle/development

499.2.14 by Mark Atwood
fixes as per MontyT's comments, prep for internationalization
1
EXTRA_LTLIBRARIES = liberrmsg_stderr.la
2
pkgplugin_LTLIBRARIES =	@plugin_errmsg_stderr_shared_target@
3
liberrmsg_stderr_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
499.2.6 by Mark Atwood
an implemention of the errmsg plugin
4
liberrmsg_stderr_la_CPPFLAGS= $(AM_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
635.1.9 by Elan Ruusamäe
- no need to version dlopened plugins (add -avoid-version in am)
5
liberrmsg_stderr_la_SOURCES = errmsg_stderr.cc
907.3.3 by Monty Taylor
A whole crapload of build fixes. OpenSolaris AMD64 builds with -m64 now by default... still isn't warning clean yet though. Also cleaned up the AM_*FLAGS situation.
6
499.2.14 by Mark Atwood
fixes as per MontyT's comments, prep for internationalization
7