~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to storage/csv/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 22:33:55 UTC
  • mto: (1.2.1) (37.1.1 lucid-security)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: package-import@ubuntu.com-20120222223355-ku1tb4r70osci6v2
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) 2005-2006 MySQL AB
 
1
# Copyright (c) 2005, 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
32
32
EXTRA_LTLIBRARIES =     ha_csv.la
33
33
pkglib_LTLIBRARIES =    @plugin_csv_shared_target@
34
34
ha_csv_la_LDFLAGS =     -module -rpath $(MYSQLLIBdir)
35
 
ha_csv_la_CXXFLAGS =    $(AM_CFLAGS) -DMYSQL_PLUGIN
 
35
ha_csv_la_CXXFLAGS =    $(AM_CXXFLAGS) -DMYSQL_PLUGIN
36
36
ha_csv_la_SOURCES =     transparent_file.cc ha_tina.cc 
37
37
 
38
38
EXTRA_LIBRARIES =       libcsv.a
39
39
noinst_LIBRARIES =      @plugin_csv_static_target@
40
 
libcsv_a_CXXFLAGS =     $(AM_CFLAGS)
 
40
libcsv_a_CXXFLAGS =     $(AM_CXXFLAGS)
41
41
libcsv_a_SOURCES =      transparent_file.cc ha_tina.cc
42
42
 
43
43
EXTRA_DIST =            CMakeLists.txt plug.in