~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
# Process this file with automake to create Makefile.in
17
17
 
18
 
SUBDIRS = . include \
19
 
          vio \
20
 
          strings \
 
18
SUBDIRS = . vio \
 
19
          mystrings \
21
20
          mysys \
22
21
          extra \
23
22
          libdrizzle \
24
23
          client \
25
24
          storage \
26
25
          plugin \
27
 
          server \
 
26
          drizzled \
28
27
          tests \
29
28
          support-files
30
29
 
31
30
DIST_SUBDIRS = $(SUBDIRS) \
32
31
               mysys/tests \
33
 
               strings/tests
 
32
               mystrings/tests
34
33
 
35
34
DISTCLEANFILES = ac_available_languages_fragment
36
35
 
37
36
# Create empty datadir 
38
37
install-data-local:
39
 
        $(MKDIR_P) $(DESTDIR)$(localstatedir) 
 
38
        $(mkinstalldirs) $(DESTDIR)$(localstatedir) 
40
39
        @if test `id -u` = 0 ; then \
41
 
                           chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
42
 
                           fi
 
40
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
 
41
        fi
43
42
 
44
43
distclean-local:
45
44
        @RM@ -r -f autom4te.cache
100
99
          delete \
101
100
          join_outer \
102
101
          distinct \
 
102
          type_newdecimal \
103
103
          join \
104
104
          subselect \
105
105
          subselect3 \