~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: Monty Taylor
  • Date: 2011-01-18 18:29:39 UTC
  • mto: (2095.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2096.
  • Revision ID: mordred@inaugust.com-20110118182939-268s9114mxk1kucw
Make sure we distribute all the source files, even if configure didn't find
optional libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
    plugin_am.write("EXTRA_DIST += ${top_srcdir}/%(rel_path)s/docs/*.rst\n" % plugin)
544
544
  plugin_am.write("""
545
545
%(root_plugin_dir)s_%(plugin_prefix)s%(name)s_dir=${top_srcdir}/%(rel_path)s
546
 
EXTRA_DIST += %(rel_path)s/plugin.ini
 
546
# Include sources in EXTRA_DIST because we might not build this, but we
 
547
# still want the sources to wind up in a tarball
 
548
EXTRA_DIST += %(rel_path)s/plugin.ini %(sources)s
547
549
if %(static_build_conditional_tag)s
548
550
  noinst_LTLIBRARIES+=%(root_plugin_dir)s/%(libname)s.la
549
551
  %(root_plugin_dir)s_%(libname)s_la_LIBADD=%(libs)s