~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to storage/federated/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006 MySQL AB
 
1
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
35
35
EXTRA_LTLIBRARIES =     ha_federated.la
36
36
pkgplugin_LTLIBRARIES = @plugin_federated_shared_target@
37
37
ha_federated_la_LDFLAGS =       -module -rpath $(pkgplugindir)
38
 
ha_federated_la_CXXFLAGS=       $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
38
ha_federated_la_CXXFLAGS=       $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
39
39
ha_federated_la_CFLAGS =        $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
40
 
ha_federated_la_SOURCES =       ha_federated.cc
 
40
ha_federated_la_SOURCES =       ha_federated.cc $(top_srcdir)/mysys/string.c
41
41
 
42
42
 
43
43
EXTRA_LIBRARIES =       libfederated.a
44
44
noinst_LIBRARIES =      @plugin_federated_static_target@
45
 
libfederated_a_CXXFLAGS =       $(AM_CFLAGS)
 
45
libfederated_a_CXXFLAGS =       $(AM_CXXFLAGS)
46
46
libfederated_a_CFLAGS = $(AM_CFLAGS)
47
 
libfederated_a_SOURCES= ha_federated.cc
 
47
libfederated_a_SOURCES= ha_federated.cc $(top_srcdir)/mysys/string.c
48
48
 
49
49
 
50
50
EXTRA_DIST =            CMakeLists.txt plug.in