~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/include.am

  • Committer: Vijay Samuel
  • Date: 2010-09-10 21:03:37 UTC
  • mto: (1757.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: vijay@vijay-20100910210337-rf7c2ymawtqj6tkv
Merge added utf 8 tamil test case suite and test case for creating a database in tamil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# All rights reserved.
6
6
#
7
7
# Use and distribution licensed under the BSD license.  See
8
 
# the COPYING.BSD file in the root source directory for full text.
 
8
# the COPYING file in this directory for full text.
9
9
#
10
10
#
11
11
 
16
16
endif
17
17
 
18
18
noinst_PROGRAMS+= \
 
19
        extra/mysql_password_hash \
19
20
        examples/client \
20
21
        examples/simple \
21
22
        examples/simple_multi \
109
110
        libdrizzle/drizzle_server.h.gch \
110
111
        libdrizzle/common.h.gch
111
112
 
 
113
EXTRA_DIST+= \
 
114
        PROTOCOL \
 
115
        config/config.rpath \
 
116
        docs/Doxyfile.api \
 
117
        docs/Doxyfile.dev \
 
118
        docs/Doxyfile.drizzled \
 
119
        docs/dev_header.html \
 
120
        docs/api_header.html \
 
121
        docs/doxygen.h
 
122