~atcurtis/drizzle/experimental1

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Antony Curtis
  • Date: 2008-07-30 20:09:32 UTC
  • mfrom: (134.1.105 drizzle)
  • Revision ID: atcurtis@dhcp-172-29-58-124.smo.corp.google.com-20080730200932-t6sop64d2jryozy3
merge from main development

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 \
 
51
                        plugin_audit.h
 
52
 
50
53
noinst_LTLIBRARIES = libhandler.la
51
54
 
52
 
AM_CPPFLAGS =   -I$(top_srcdir)/strings \
 
55
AM_CPPFLAGS =   -I$(top_srcdir)/mystrings \
53
56
                -I$(top_srcdir)/include \
54
57
                -I$(top_srcdir)/drizzled \
55
58
                -I$(top_srcdir) \
58
61
LDADD = $(top_builddir)/vio/libviolt.la \
59
62
        $(top_builddir)/libdrizzle/libsqlcommon.la \
60
63
        $(top_builddir)/mysys/libmysyslt.la \
61
 
        $(top_builddir)/strings/libmystringslt.la \
 
64
        $(top_builddir)/mystrings/libmystringslt.la \
62
65
        $(ZLIB_LIBS)
63
66
 
64
67
drizzled_LDADD = libhandler.la \
123
126
                 sql_array.h \
124
127
                 scheduler.h \
125
128
                 sql_plugin.h \
 
129
                 global.h \
 
130
                 base.h \
126
131
                 probes.h
127
132
 
128
133
drizzled_SOURCES = sql_lex.cc \
226
231
                  sql_yacc.h
227
232
 
228
233
BUILT_SOURCES = $(BUILT_MAINT_SRC) \
229
 
                lex_hash.h 
 
234
                lex_hash.h \
 
235
                version.h
230
236
 
231
237
EXTRA_DIST = $(BUILT_MAINT_SRC) \
232
238
             message.mc \
243
249
 
244
250
AM_YFLAGS = -d --verbose
245
251
 
 
252
 
 
253
# These files should not be included in distributions since they are
 
254
# generated by configure from the .h.in files
 
255
dist-hook:
 
256
        $(RM) -f $(distdir)/drizzle_version.h 
 
257
 
246
258
# This generates lex_hash.h
247
259
# NOTE Built sources should depend on their sources not the tool
248
260
# this avoid the rebuild of the built files in a source dist