~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Stewart Smith
  • Date: 2010-03-15 04:42:26 UTC
  • mto: (1283.38.1)
  • mto: This revision was merged to the branch mainline in revision 1475.
  • Revision ID: stewart@flamingspork.com-20100315044226-q74o953r9h98brm4
basic embedded innodb DATA_DICTIONARY.INNODB_CONFIGURATION test

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
DIST_SUBDIRS = ${SUBDIRS} tests
41
41
 
42
42
BUILT_SOURCES=          drizzled/configmake.h
43
 
EXTRA_DIST= \
44
 
            Doxyfile \
45
 
            config/config.rpath \
46
 
            config/make-lint.py \
47
 
            config/pandora_vc_revinfo \
48
 
            extra/clean_source.sh \
49
 
            extra/cpplint.py \
50
 
            extra/run_cpplint.sh  \
51
 
            m4/gnulib-cache.m4
 
43
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
 
44
                        config/autorun.sh Doxyfile \
 
45
                        config/pandora_vc_revinfo \
 
46
                        extra/run_cpplint.sh  \
 
47
                        extra/cpplint.py \
 
48
                        extra/clean_source.sh \
 
49
                        config/make-lint.py
52
50
 
53
51
 
54
52
CLEANFILES=             ${BUILT_SOURCES}