~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-01-28 08:27:13 UTC
  • mfrom: (813.1.7 new-temporal)
  • Revision ID: brian@tangent.org-20090128082713-13yfi46omee0wbpx
Import work from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                authentication.h \
42
42
                base.h \
43
43
                cached_item.h \
 
44
                calendar.h \
44
45
                check_stack_overrun.h \
45
46
                client_settings.h \
46
47
                current_session.h \
323
324
                table_map_iterator.h \
324
325
                table_share.h \
325
326
                tableop_hooks.h \
 
327
                temporal.h \
 
328
                temporal_format.h \
326
329
                tmp_table.h \
327
330
                tzfile.h \
328
331
                tztime.h \
347
350
                 $(top_builddir)/drizzled/serialize/libserialize.la \
348
351
                 @mysql_plugin_libs@ \
349
352
                 $(LDADD) $(LTLIBUUID) \
350
 
                 $(LIBDL_LIBS) $(LTLIBEVENT) $(LTLIBPROTOBUF) \
 
353
                 $(LIBDL_LIBS) $(LTLIBEVENT) $(LTLIBPROTOBUF) $(PCRE_LIBS) \
351
354
                 $(DRIZZLED_PLUGIN_DEP_LIBS)
352
355
drizzled_DEPENDENCIES = @mysql_plugin_libs@ ${noinst_LTLIBRARIES}
353
356
 
366
369
drizzled_SOURCES = \
367
370
                authentication.cc \
368
371
                cached_item.cc \
 
372
                calendar.cc \
369
373
                check_stack_overrun.cc \
370
374
                comp_creator.cc \
371
375
                configvar.cc \
437
441
                table.cc \
438
442
                table_map_iterator.cc \
439
443
                tableop_hooks.cc \
 
444
                temporal.cc \
 
445
                temporal_format.cc \
440
446
                thr_malloc.cc \
441
447
                time.cc \
442
448
                tmp_table.cc \