~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:48:15 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705184815-tpoj3z762hoh8t6p
Added an automake conditional to not build the dbug dir, since I don't want to keep seeing errors for it while cleaning up other parts of the 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 \