~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.am

  • Committer: Lee Bieber
  • Date: 2010-11-08 00:56:57 UTC
  • mfrom: (1911.1.4 build)
  • Revision ID: kalebral@gmail.com-20101108005657-tvx0sxjyx29ldrh7
Merge Stewart - Fix bug 616466: auto_increment and PBMS problem - adds test case for this, can no longer reproduce the problem
Merge Stewart - fix bug 621755: blitzdb dictionary not updated after alter table
Merge Stewart - fix bug 668880: remove use of exit in archive storage engine
Merge Gustaf - replace macros functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
test_archive_LDADD = \
18
18
                        $(top_builddir)/plugin/archive/libazio.la \
 
19
                        $(top_builddir)/drizzled/internal/libinternal.la \
19
20
                        $(LDADD) \
20
21
                        $(BOOST_LIBS) \
21
22
                        $(LIBINTL) \
28
29
                 plugin/archive/azio.h
29
30
plugin_archive_libazio_la_SOURCES= \
30
31
                        plugin/archive/azio.cc
31
 
plugin_archive_libazio_la_LIBADD= drizzled/internal/libinternal.la
32
32
 
33
33
 
34
34
if BUILD_ARCHIVE_PLUGIN