~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-29 22:39:18 UTC
  • mfrom: (212.5.36 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729223918-yk8ulswu4adh6qpq
MergedĀ inĀ remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                  sql_yacc.h
229
229
 
230
230
BUILT_SOURCES = $(BUILT_MAINT_SRC) \
231
 
                lex_hash.h 
 
231
                lex_hash.h \
 
232
                version.h
232
233
 
233
234
EXTRA_DIST = $(BUILT_MAINT_SRC) \
234
235
             message.mc \
245
246
 
246
247
AM_YFLAGS = -d --verbose
247
248
 
 
249
 
 
250
# These files should not be included in distributions since they are
 
251
# generated by configure from the .h.in files
 
252
dist-hook:
 
253
        $(RM) -f $(distdir)/drizzle_version.h 
 
254
 
248
255
# This generates lex_hash.h
249
256
# NOTE Built sources should depend on their sources not the tool
250
257
# this avoid the rebuild of the built files in a source dist