~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-27 21:07:26 UTC
  • Revision ID: brian@tangent.org-20080727210726-zxwx10dy0w55qswh
Rename of fields (fix issue with string and decimal .h clashing).

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
noinst_LTLIBRARIES = libhandler.la
51
51
 
 
52
AM_CPPFLAGS =   -I$(top_srcdir)/strings \
 
53
                -I$(top_srcdir)/include \
 
54
                -I$(top_srcdir)/drizzled \
 
55
                -I$(top_srcdir)
 
56
 
52
57
LDADD = $(top_builddir)/vio/libviolt.la \
53
58
        $(top_builddir)/libdrizzle/libsqlcommon.la \
54
59
        $(top_builddir)/mysys/libmysyslt.la \
57
62
 
58
63
drizzled_LDADD = libhandler.la \
59
64
                 $(top_builddir)/libdrizzle/libdrizzle.la \
60
 
                 $(top_builddir)/server/field/libfield.la \
 
65
                 $(top_builddir)/drizzled/field/libfield.la \
61
66
                 $(libevent_libs) \
62
67
                 @mysql_plugin_libs@ \
63
68
                 $(LDADD) \
242
247
# this avoid the rebuild of the built files in a source dist
243
248
lex_hash.h: gen_lex_hash$(EXEEXT) \
244
249
        $(srcdir)/lex.h
245
 
        $(top_builddir)/server/gen_lex_hash$(EXEEXT) > $@
 
250
        $(top_builddir)/drizzled/gen_lex_hash$(EXEEXT) > $@
246
251
 
247
252
probes.h: probes.d
248
253
        $(DTRACE) $(DTRACEFLAGS) -h -s probes.d