~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-10-22 23:29:43 UTC
  • Revision ID: monty@inaugust.com-20081022232943-wac6odtbabp74d29
Cleaned up version.h. (And by cleaned, I mean removed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
              sql_update.o
49
49
 
50
50
drizzledincludedir = ${includedir}/drizzled
51
 
dist_drizzledinclude_HEADERS =  drizzle_common.h \
 
51
dist_drizzledinclude_HEADERS =  common.h \
52
52
                                error.h \
53
53
                                korr.h \
54
54
                                plugin.h \
86
86
                base.h \
87
87
                client_settings.h \
88
88
                common_includes.h \
89
 
                common.h \
90
89
                configvar.h \
91
90
                connect.h \
92
91
                definitions.h \
287
286
 
288
287
BUILT_SOURCES = $(BUILT_MAINT_SRC) \
289
288
                lex_hash.h \
290
 
                version.h \
291
289
                $(PCHHEADERS)
292
290
 
293
291
EXTRA_DIST = $(BUILT_MAINT_SRC) \
307
305
AM_YFLAGS = -d --verbose
308
306
 
309
307
 
310
 
# These files should not be included in distributions since they are
311
 
# generated by configure from the .h.in files
312
 
dist-hook:
313
 
        $(RM) -f $(distdir)/drizzle_version.h 
314
 
 
315
308
# This generates lex_hash.h
316
309
# NOTE Built sources should depend on their sources not the tool
317
310
# this avoid the rebuild of the built files in a source dist