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

« back to all changes in this revision

Viewing changes to storage/innobase/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:
156
156
                        ut/ut0ut.c ut/ut0vec.c ut/ut0wqueue.c           \
157
157
                        handler/ha_innodb.cc
158
158
 
159
 
libinnobase_a_CXXFLAGS= $(AM_CFLAGS)
 
159
libinnobase_a_CXXFLAGS= $(AM_CXXFLAGS)
160
160
libinnobase_a_CFLAGS=   $(AM_CFLAGS)
161
161
 
162
162
EXTRA_LTLIBRARIES=      ha_innodb.la
163
163
pkgplugin_LTLIBRARIES=  @plugin_innobase_shared_target@
164
164
 
165
165
ha_innodb_la_LDFLAGS=   -module -rpath $(pkgplugindir)
166
 
ha_innodb_la_CXXFLAGS=  $(AM_CFLAGS) $(INNODB_DYNAMIC_CFLAGS)
 
166
ha_innodb_la_CXXFLAGS=  $(AM_CXXFLAGS) $(INNODB_DYNAMIC_CFLAGS)
167
167
ha_innodb_la_CFLAGS=    $(AM_CFLAGS) $(INNODB_DYNAMIC_CFLAGS)
168
168
ha_innodb_la_SOURCES=   $(libinnobase_a_SOURCES)
169
169