~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/Makefile.am

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
 
3
2
EXTRA_LTLIBRARIES = liblogging_syslog.la
4
3
pkgplugin_LTLIBRARIES = @plugin_logging_syslog_shared_target@
5
4
liblogging_syslog_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
6
5
liblogging_syslog_la_CPPFLAGS = $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
7
6
liblogging_syslog_la_SOURCES = logging_syslog.cc
 
7
 
 
8
EXTRA_LIBRARIES = liblogging_syslog.a
 
9
noinst_LIBRARIES = @plugin_logging_syslog_static_target@
 
10
liblogging_syslog_a_SOURCES = $(liblogging_syslog_la_SOURCES)