~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

Fixed an extra suffix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
dnl possible to disable it. Once it is disableable, we will make it non-static.
209
209
with_%(name)s_plugin=yes
210
210
pandora_builtin_list="_drizzled_%(name)s_plugin_,${pandora_builtin_list}"
211
 
pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/%(root_plugin_dir)s/%(pname)s_plugin.la"
 
211
pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/%(root_plugin_dir)s/%(pname)s.la"
212
212
PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} %(plugin_dep_libs)s"
213
213
 
214
214
""" % plugin)