~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-02 13:07:35 UTC
  • mto: (28.2.1 packaging)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702130735-4ok4lzi8bzyvsh31
Removed ZLIB references and the craziness of whether to build the server or not.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
SUBDIRS =               . include \
24
24
                        sql-common scripts vio \
25
 
                        @sql_union_dirs@ unittest storage plugin \
26
 
                        @sql_server@ \
 
25
                        strings mysys dbug \
 
26
                        extra regex \
 
27
                        libmysql client unittest storage plugin \
 
28
                        sql \
27
29
                        mysql-test support-files
28
30
 
29
 
DIST_SUBDIRS =          . include \
30
 
                        sql-common scripts vio \
31
 
                        strings mysys dbug mysys/tests strings/tests \
32
 
                        extra regex \
33
 
                        libmysql client unittest storage plugin \
34
 
                        sql \
35
 
                        mysql-test support-files
 
31
DIST_SUBDIRS =          $(SUBDIRS) mysys/tests strings/tests
36
32
 
37
33
DISTCLEANFILES = ac_available_languages_fragment
38
34