~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Added code necessary for building plugins dynamically.
Merged in changes from lifeless to allow autoreconf to work.
Touching plugin.ini files now triggers a rebuid - so config/autorun.sh is no
longer required to be run after touching those.
Removed the duplicate plugin names - also removed the issue that getting them
different would silently fail weirdly later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
SUBDIRS = ${po} \
28
28
          gnulib \
 
29
          drizzled/hash \
29
30
          drizzled/message \
30
31
          . \
31
32
          drizzled \
34
35
 
35
36
BUILT_SOURCES=          drizzled/configmake.h
36
37
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
37
 
                        config/plugin.ac config/plugin.am \
38
38
                        config/autorun.sh Doxyfile \
39
39
                        config/bzr_revinfo \
40
40
                        extra/run_cpplint.sh  \
43
43
 
44
44
 
45
45
CLEANFILES=             ${BUILT_SOURCES}
46
 
DISTCLEANFILES=         ac_available_languages_fragment
 
46
DISTCLEANFILES=         ac_available_languages_fragment .plugin.scan
47
47
MAINTAINERCLEANFILES=   autom4te.cache
48
48
 
49
49
CLIENT_LDADD=           mysys/libmysys.la \
196
196
 
197
197
EXTRA_LTLIBRARIES=
198
198
pkgplugin_LTLIBRARIES=
199
 
include config/plugin.am
 
199
include config/pandora-plugin.am
200
200
 
201
201
extra_my_print_defaults_SOURCES= extra/my_print_defaults.cc
202
202
extra_my_print_defaults_LDADD= \