~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-03-02 15:57:39 UTC
  • mto: (908.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090302155739-deehe5wf60kmh8li
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
16
 
17
 
 
18
17
noinst_HEADERS= names.h
19
18
EXTRA_LTLIBRARIES = liblogging_syslog.la
20
19
pkgplugin_LTLIBRARIES = @plugin_logging_syslog_shared_target@
21
20
liblogging_syslog_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
22
 
liblogging_syslog_la_CPPFLAGS = $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
21
liblogging_syslog_la_CPPFLAGS = $(AM_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
23
22
liblogging_syslog_la_SOURCES = logging_syslog.cc
24
23
 
25
24
EXTRA_LIBRARIES = liblogging_syslog.a