~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-31 19:57:34 UTC
  • mfrom: (236.1.27 codestyle)
  • Revision ID: brian@tangent.org-20080731195734-c7cu4gx70xgjr68o
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
bin_SCRIPTS =   drizzledumpslow \
37
37
                drizzled_safe 
38
38
 
 
39
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} ${LIBEVENT_CPPFLAGS}
 
40
 
39
41
DTRACE = @DTRACE@
40
42
 
41
43
DTRACEFLAGS = @DTRACEFLAGS@
47
49
              sql_select.o \
48
50
              sql_update.o
49
51
 
50
 
pkginclude_HEADERS =    plugin.h \
 
52
pkginclude_HEADERS =    error.h \
 
53
                        plugin.h \
51
54
                        plugin_audit.h
52
55
 
53
56
noinst_LTLIBRARIES = libhandler.la
54
57
 
55
 
AM_CPPFLAGS =   -I$(top_srcdir)/mystrings \
56
 
                -I$(top_srcdir)/include \
57
 
                -I$(top_srcdir)/drizzled \
58
 
                -I$(top_srcdir)
59
 
 
60
58
LDADD = $(top_builddir)/vio/libviolt.la \
61
59
        $(top_builddir)/libdrizzle/libsqlcommon.la \
62
60
        $(top_builddir)/mysys/libmysyslt.la \
87
85
                 sql_lex.h \
88
86
                 sql_list.h \
89
87
                 sql_map.h \
 
88
                 sql_state.h \
90
89
                 sql_string.h \
91
90
                 unireg.h \
92
91
                 sql_error.h \