~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Vijay Samuel
  • Date: 2010-08-20 02:23:54 UTC
  • mfrom: (1720.1.4 build)
  • mto: (1726.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: vijay@vijay-20100820022354-sxunltk8q3nb8ld2
Merge removed the drizzled/option.h include from client_priv.h and archive_reader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
VERSION=$(PANDORA_RELEASE_VERSION)
32
32
 
33
 
SUBDIRS = po \
34
 
          .
 
33
SUBDIRS = .
 
34
if BUILD_PO
 
35
SUBDIRS += po
 
36
endif
35
37
 
36
38
DIST_SUBDIRS = ${SUBDIRS} tests
37
39