~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-16 23:47:43 UTC
  • mto: (584.1.10 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081116234743-c38gmv0pa2kdefaj
BrokeĀ outĀ cached_item.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
noinst_HEADERS = \
92
92
                authentication.h \
93
93
                base.h \
 
94
                cached_item.h \
94
95
                client_settings.h \
95
96
                common_includes.h \
96
97
                comp_creator.h \
180
181
 
181
182
drizzled_SOURCES = \
182
183
                authentication.cc \
 
184
                cached_item.cc \
183
185
                configvar.cc \
184
186
                db.cc \
185
187
                discover.cc \