~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

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 \
 
18
SUBDIRS = . vio \
20
19
          strings \
21
20
          mysys \
 
21
          include \
22
22
          extra \
23
23
          libdrizzle \
24
24
          client \
36
36
 
37
37
# Create empty datadir 
38
38
install-data-local:
39
 
        $(MKDIR_P) $(DESTDIR)$(localstatedir) 
 
39
        $(mkinstalldirs) $(DESTDIR)$(localstatedir) 
40
40
        @if test `id -u` = 0 ; then \
41
 
                           chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
42
 
                           fi
 
41
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
 
42
        fi
43
43
 
44
44
distclean-local:
45
45
        @RM@ -r -f autom4te.cache