~stewart/drizzle/rename-embedded-innodb-to-haildb

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Stewart Smith
  • Date: 2010-09-30 05:47:49 UTC
  • mfrom: (1787.3.15 drizzle)
  • Revision ID: stewart@flamingspork.com-20100930054749-s1szrpe6wm2z8532
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
lib_LTLIBRARIES = 
28
28
noinst_LTLIBRARIES =
29
29
noinst_PROGRAMS =
 
30
man_MANS =
 
31
bin_PROGRAMS =
30
32
 
31
33
VERSION=$(PANDORA_RELEASE_VERSION)
32
34
 
40
42
BUILT_SOURCES=
41
43
EXTRA_DIST= \
42
44
            .quickly \
 
45
            COPYING.BSD \
43
46
            DRIZZLE.FAQ \
44
47
            EXCEPTIONS-CLIENT \
45
48
            config/autorun.sh \
133
136
 
134
137
clean-local:
135
138
        find . -name '*.gcno' | xargs rm -f 
136
 
        -rm -rf docs/api docs/dev docs/_build
 
139
        -rm -rf docs/api docs/dev docs/_build docs/doctrees
137
140
 
138
141
include config/lint-source.am
139
142