~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-08-17 15:18:37 UTC
  • mfrom: (1711.1.20 build)
  • Revision ID: mordred@inaugust.com-20100817151837-xg0sc9n6tgjaf4mn
Rollup merge.

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
48
47
            extra/clean_source.sh \
49
48
            extra/cpplint.py \
50
49
            extra/run_cpplint.sh \
51
 
            m4/gnulib-cache.m4 \
52
50
            ${top_srcdir}/m4/pandora*m4
53
51
 
54
52