~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-02 01:24:51 UTC
  • mfrom: (202.3.14 gettextize)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802012451-nmql6eujc8wc8ogh
Merged in gettextize changes.

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 
29
29
 
30
30
sbin_PROGRAMS =drizzled
31
31
 
85
85
                 sql_class.h \
86
86
                 sql_lex.h \
87
87
                 sql_list.h \
 
88
                 sql_locale.h \
88
89
                 sql_map.h \
89
90
                 sql_state.h \
90
91
                 sql_string.h \
222
223
      -DDATADIR="\"$(MYSQLDATAdir)\"" \
223
224
      -DSHAREDIR="\"$(MYSQLSHAREdir)\"" \
224
225
      -DPLUGINDIR="\"$(pkgplugindir)\"" \
 
226
      -DLOCALEDIR=\"$(localedir)\" \
225
227
      @DEFS@
226
228
 
227
229
BUILT_MAINT_SRC = sql_yacc.cc \