~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:38:34 UTC
  • mfrom: (60 drizzle)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705113834-23bn0884hk8pqfu9
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
SUBDIRS =               share
27
27
libexec_PROGRAMS =      mysqld
28
28
EXTRA_PROGRAMS =        gen_lex_hash
29
 
bin_PROGRAMS =          mysql_tzinfo_to_sql
 
29
bin_PROGRAMS =          
30
30
DTRACE =                @DTRACE@
31
31
DTRACEFLAGS =           @DTRACEFLAGS@
32
32
DTRACEFILES =           handler.o \
115
115
gen_lex_hash_SOURCES =  gen_lex_hash.cc
116
116
gen_lex_hash_LDFLAGS =  
117
117
 
118
 
mysql_tzinfo_to_sql_SOURCES = tztime.cc
119
 
mysql_tzinfo_to_sql_CXXFLAGS= -DTZINFO2SQL
120
 
 
121
118
DEFS =                  -DMYSQL_SERVER \
122
119
                        -DDEFAULT_MYSQL_HOME="\"$(MYSQLBASEdir)\"" \
123
120
                        -DDATADIR="\"$(MYSQLDATAdir)\"" \