~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-25 01:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 612.
  • Revision ID: mtaylor@bitters-20081125012852-v93e3xn33qpon6re
Fixed a few things for solaris builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                 $(LDADD) \
85
85
                 $(CXXLDFLAGS) \
86
86
                 $(LIBDL_LIBS) $(EVENT_LIBS) $(PROTOBUF_LIBS)
87
 
drizzled_DEPENDENCIES = @mysql_plugin_libs@
 
87
drizzled_DEPENDENCIES = @mysql_plugin_libs@ libyacc.la libhandler.la
88
88
 
89
89
drizzled_LDFLAGS =
90
90