~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-28 04:37:46 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: mordred@inaugust.com-20090128043746-d2yukekishwn3ftm
TurnedĀ onĀ -Wshadow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
 
333
333
noinst_LTLIBRARIES = \
334
334
                libhandler.la \
 
335
                libserialutil.la \
335
336
                libitem.la \
336
337
                libutil.la \
337
338
                libfield.la \
370
371
                comp_creator.cc \
371
372
                configvar.cc \
372
373
                current_session.cc \
373
 
                db.cc \
374
374
                drizzled.cc \
375
375
                dtcollation.cc \
376
376
                errmsg.cc \
442
442
                tmp_table.cc \
443
443
                tztime.cc \
444
444
                uniques.cc \
445
 
                unireg.cc \
446
445
                virtual_column_info.cc \
447
446
                xid.cc
448
447
 
455
454
gen_lex_hash_LDFLAGS= 
456
455
 
457
456
 
 
457
libserialutil_la_SOURCES = db.cc unireg.cc
 
458
libserialutil_la_CXXFLAGS= ${AM_CXXFLAGS} ${NO_SHADOW}
 
459
 
458
460
libhandler_la_SOURCES = handler.cc handlerton.cc
459
461
 
460
462
AM_YFLAGS = -p DRIZZLE -d --verbose