~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-30 09:05:05 UTC
  • mto: (779.3.29 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130090505-1frvfud1y7ao3lhh
Some tweaks to get timegm working on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
                 $(top_builddir)/libdrizzle/libdrizzle.la \
350
350
                 $(top_builddir)/drizzled/serialize/libserialize.la \
351
351
                 @mysql_plugin_libs@ \
352
 
                 $(LDADD) $(LTLIBUUID) $(LTLIBOBJS) \
 
352
                 $(LDADD) $(LTLIBUUID) ${top_builddir}/gnulib/libgnu.la \
353
353
                 $(LIBDL_LIBS) $(LTLIBEVENT) $(LTLIBPROTOBUF) $(PCRE_LIBS) \
354
354
                 $(DRIZZLED_PLUGIN_DEP_LIBS)
355
355
drizzled_DEPENDENCIES = @mysql_plugin_libs@ ${noinst_LTLIBRARIES}