~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.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:
14
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
16
test_archive_LDADD = $(LIBINTL) $(LTLIBZ) \
17
 
                $(top_builddir)/plugin/libarchive_plugin.la \
 
17
                $(top_builddir)/plugin/archive/libazio.la \
18
18
                $(top_builddir)/mysys/libmysys.la \
19
19
                $(top_builddir)/mystrings/libmystrings.la \
20
20
                $(LDADD)
21
21
 
 
22
noinst_LTLIBRARIES+=  plugin/archive/libazio.la
 
23
noinst_HEADERS+= \
 
24
      plugin/archive/azio.h
 
25
plugin_archive_libazio_la_SOURCES= \
 
26
      plugin/archive/azio.cc
 
27
 
 
28
 
22
29
if BUILD_ARCHIVE_PLUGIN
23
30
noinst_PROGRAMS+= \
24
31
                plugin/archive/archive_test \