~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/Makefile.am

Added back PROTOSKIP_WARNINGS  - we still need it on Solaris. But it's empty now for GCC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
noinst_LTLIBRARIES= libpool_of_threads.la
19
19
libpool_of_threads_la_SOURCES=  pool_of_threads.cc session_scheduler.cc
20
20
libpool_of_threads_la_LIBADD=
 
21
libpool_of_threads_la_CXXFLAGS= ${AM_CXXFLAGS} ${PROTOSKIP_WARNINGS}