~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# These are built from source in the Docs directory
21
21
EXTRA_DIST =            
22
22
 
 
23
if BUILD_DBUG
 
24
  d_dbug = dbug
 
25
endif
 
26
 
23
27
SUBDIRS =               . include \
24
28
                        sql-common scripts vio \
25
 
                        strings mysys dbug \
 
29
                        strings mysys $(d_dbug) \
26
30
                        extra regex \
27
31
                        libmysql client storage plugin \
28
32
                        sql \