~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-01 04:41:15 UTC
  • mto: (202.3.9 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080801044115-etuyt764nge92ehe
Moved drizzled to sbin from libexec. (why, god, why?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
SUBDIRS = field . share
29
29
 
30
 
libexec_PROGRAMS =drizzled
 
30
sbin_PROGRAMS =drizzled
31
31
 
32
32
EXTRA_PROGRAMS =gen_lex_hash
33
33