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

« back to all changes in this revision

Viewing changes to storage/archive/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
36
36
EXTRA_LTLIBRARIES =     ha_archive.la
37
37
pkgplugin_LTLIBRARIES = @plugin_archive_shared_target@
38
38
ha_archive_la_LDFLAGS = -module -rpath $(pkgplugindir)
39
 
ha_archive_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
39
ha_archive_la_CXXFLAGS= $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
40
40
ha_archive_la_CFLAGS =  $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
41
41
ha_archive_la_SOURCES = ha_archive.cc azio.c
42
42
 
43
43
 
44
44
EXTRA_LIBRARIES =       libarchive.a
45
45
noinst_LIBRARIES =      @plugin_archive_static_target@
46
 
libarchive_a_CXXFLAGS = $(AM_CFLAGS)
 
46
libarchive_a_CXXFLAGS = $(AM_CXXFLAGS)
47
47
libarchive_a_CFLAGS =   $(AM_CFLAGS)
48
48
libarchive_a_SOURCES =  ha_archive.cc azio.c
49
49