~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: Monty Taylor
  • Date: 2010-06-16 22:09:59 UTC
  • mto: (1627.2.5 build)
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: mordred@inaugust.com-20100616220959-i0kkbytl3jin07t0
Added option_context class, along with unittests, for adding a module
namespace into a command line option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
                              drizzled/module/library.h \
258
258
                              drizzled/module/manifest.h \
259
259
                              drizzled/module/module.h \
 
260
                              drizzled/module/option_context.h \
260
261
                              drizzled/module/registry.h \
261
262
                              drizzled/my_hash.h \
262
263
                              drizzled/name_resolution_context.h \
458
459
                                $(LIBPCRE) \
459
460
                                $(LTLIBPROTOBUF) \
460
461
                                $(LIBTBB) \
 
462
                                $(BOOST_LIBS) \
461
463
                                $(GCOV_LIBS) 
462
464
 
463
465
drizzled_drizzled_DEPENDENCIES= \
645
647
                                 drizzled/lookup_symbol.cc \
646
648
                                 drizzled/module/library.cc \
647
649
                                 drizzled/module/loader.cc \
 
650
                                 drizzled/module/option_context.cc \
648
651
                                 drizzled/module/registry.cc \
649
652
                                 drizzled/my_getsystime.cc \
650
653
                                 drizzled/my_hash.cc \