~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/Makefile.am

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
pkglib_LTLIBRARIES =    @plugin_innobase_shared_target@
157
157
 
158
158
ha_innodb_la_LDFLAGS =  -module -rpath $(pkgplugindir)
159
 
ha_innodb_la_CXXFLAGS=  $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
160
 
ha_innodb_la_CFLAGS  =  $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
159
ha_innodb_la_CXXFLAGS=  $(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
160
ha_innodb_la_CFLAGS  =  $(AM_CFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
161
161
ha_innodb_la_SOURCES =  $(libinnobase_a_SOURCES)
162
162
 
163
163
EXTRA_DIST =            plug.in \