~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora_plugin_config.py

  • Committer: Monty Taylor
  • Date: 2010-04-16 00:08:16 UTC
  • mto: (1461.2.2 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1477.
  • Revision ID: mordred@inaugust.com-20100416000816-ihkknd84g315lmmu
Latest pandora-build. Moves the lint check to only run distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
#  Copyright (C) 2009 Sun Microsystems
 
4
#
 
5
#  This program is free software; you can redistribute it and/or modify
 
6
#  it under the terms of the GNU General Public License as published by
 
7
#  the Free Software Foundation; version 2 of the License.
 
8
#
 
9
#  This program is distributed in the hope that it will be useful,
 
10
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
#  GNU General Public License for more details.
 
13
#
 
14
#  You should have received a copy of the GNU General Public License
 
15
#  along with this program; if not, write to the Free Software
 
16
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
17
 
 
18
top_srcdir='.'
 
19
top_builddir='.'
 
20
plugin_ini_fname='plugin.ini'
 
21
plugin_list=[]
 
22
plugin_am_file=None
 
23
plugin_ac_file=None
 
24
plugin_prefix=''
 
25
plugin_suffix='_plugin'
 
26
extra_cflags=''
 
27
extra_cppflags=''
 
28
extra_cxxflags=' -DBUILDING_DRIZZLE'
 
29
root_plugin_dir='plugin'
 
30
pkgplugindir='$(libdir)/drizzle'
 
31
default_install='True'
 
32
default_plugin_version=''
 
33
force_lowercase_libname=True