~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Joseph Daly
  • Date: 2010-08-19 01:17:00 UTC
  • mfrom: (1718 drizzle)
  • mto: (1725.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1726.
  • Revision ID: jdaly@rx7-20100819011700-zmv90s31dfjex4vu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
VERSION=$(PANDORA_RELEASE_VERSION)
32
32
 
33
33
SUBDIRS = po \
34
 
          gnulib \
35
34
          .
36
35
 
37
36
DIST_SUBDIRS = ${SUBDIRS} tests
38
37
 
39
38
BUILT_SOURCES=
40
39
EXTRA_DIST= \
 
40
            .quickly \
41
41
            DRIZZLE.FAQ \
42
42
            Doxyfile \
43
43
            EXCEPTIONS-CLIENT \
 
44
            config/autorun.sh \
44
45
            config/config.rpath \
45
46
            config/make-lint.py \
46
47
            config/pandora_vc_revinfo \
 
48
            config/pre_hook.sh \
47
49
            config/uncrustify.cfg \
48
50
            extra/clean_source.sh \
49
51
            extra/cpplint.py \
50
52
            extra/run_cpplint.sh \
51
 
            m4/gnulib-cache.m4 \
52
53
            ${top_srcdir}/m4/pandora*m4
53
54
 
54
55