~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-10-15 17:17:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091015171718-hknu98rlh71ob6nw
Moved checks for inclusion of config.h in headers to cpplint. Made the test running cpplint more general.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  po=po
21
21
endif
22
22
 
23
 
TESTS= ${top_srcdir}/extra/check_include_guards.sh
 
23
TESTS= ${top_srcdir}/extra/run_cpplint.sh
24
24
 
25
25
SUBDIRS = ${po} \
26
26
          gnulib \
34
34
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
35
35
                        config/plugin.ac config/plugin.am \
36
36
                        config/autorun.sh Doxyfile \
37
 
                        extra/check_include_guards.sh  \
 
37
                        extra/run_cpplint.sh  \
38
38
                        extra/cpplint.py \
39
39
                        extra/clean_source.sh \
40
40
                        extra/cpplint.sh