~vjsamuel/drizzle/refactor-5-plugins

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-15 16:24:20 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: mordred@camelot-20080715162420-6z9w2k2q0l9u2wvo
Another batch of distclean fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
DIST_SUBDIRS =          $(SUBDIRS) mysys/tests strings/tests
31
31
 
32
 
DISTCLEANFILES = ac_available_languages_fragment INSTALL
 
32
DISTCLEANFILES = ac_available_languages_fragment
33
33
 
34
34
# Create empty datadir 
35
35
install-data-local:
38
38
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
39
39
        fi
40
40
 
 
41
distclean-local:
 
42
        @RM@ -r -f autom4te.cache
 
43
 
41
44
.PHONY: test    test-force    test-full    test-force-full    test-force-mem \
42
45
  test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
43
46
  test-ps test-nr test-pr test-ns test-binlog-statement \