~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-08-20 00:45:16 UTC
  • mto: (1720.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100820004516-lt4cdow77qcx5xdc
Ok. FFS.

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