~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
              sql_select.o \
48
48
              sql_update.o
49
49
 
50
 
pkginclude_HEADERS =    plugin.h \
 
50
pkginclude_HEADERS =    error.h \
 
51
                        plugin.h \
51
52
                        plugin_audit.h
52
53
 
53
54
noinst_LTLIBRARIES = libhandler.la
54
55
 
55
 
AM_CPPFLAGS =   -I$(top_srcdir)/mystrings \
56
 
                -I$(top_srcdir)/include \
57
 
                -I$(top_srcdir)/drizzled \
58
 
                -I$(top_srcdir)
59
 
 
60
56
LDADD = $(top_builddir)/vio/libviolt.la \
61
57
        $(top_builddir)/libdrizzle/libsqlcommon.la \
62
58
        $(top_builddir)/mysys/libmysyslt.la \
87
83
                 sql_lex.h \
88
84
                 sql_list.h \
89
85
                 sql_map.h \
 
86
                 sql_state.h \
90
87
                 sql_string.h \
91
88
                 unireg.h \
92
89
                 sql_error.h \