~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Brian Aker
  • Date: 2010-12-02 00:25:17 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101202002517-hcair9rwgn05gvoj
Adding in the engine interface. The filesystem catalog will now handle
local.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                              drizzled/cached_item.h \
53
53
                              drizzled/calendar.h \
54
54
                              drizzled/catalog/cache.h \
 
55
                              drizzled/catalog/engine.h \
55
56
                              drizzled/catalog/instance.h \
56
57
                              drizzled/charset.h \
57
58
                              drizzled/charset_info.h \
666
667
                                 drizzled/lookup_symbol.cc \
667
668
                                 drizzled/message.cc \
668
669
                                 drizzled/message/cache.cc \
 
670
                                 drizzled/message/catalog.cc \
669
671
                                 drizzled/module/context.cc \
670
672
                                 drizzled/module/library.cc \
671
673
                                 drizzled/module/loader.cc \