~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-03 22:27:54 UTC
  • mfrom: (236.1.66 codestyle)
  • Revision ID: brian@tangent.org-20080803222754-yhkw8plul06oqvhe
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
pkgplugindir =$(pkglibdir)/plugin
27
27
 
28
 
SUBDIRS = field . share
 
28
SUBDIRS = field  . share
29
29
 
30
30
sbin_PROGRAMS =drizzled
31
31
 
87
87
                 sql_class.h \
88
88
                 sql_lex.h \
89
89
                 sql_list.h \
 
90
                 sql_locale.h \
90
91
                 sql_map.h \
91
92
                 sql_state.h \
92
93
                 sql_string.h \
225
226
      -DDATADIR="\"$(MYSQLDATAdir)\"" \
226
227
      -DSHAREDIR="\"$(MYSQLSHAREdir)\"" \
227
228
      -DPLUGINDIR="\"$(pkgplugindir)\"" \
 
229
      -DLOCALEDIR=\"$(localedir)\" \
228
230
      @DEFS@
229
231
 
230
232
BUILT_MAINT_SRC = sql_yacc.cc \