~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-14 18:37:34 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090914183734-tx7bgwufghh6gn01
Removed the header file that is generated by dtrace during the build
process. Updated the makefile to ensure the header file is generated before
compiling source files that include it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
731
731
BUILT_SOURCES = $(BUILT_MAINT_SRC) \
732
732
                symbol_hash.h \
733
733
                function_hash.h \
734
 
                $(PCHHEADERS)
 
734
                $(PCHHEADERS) \
 
735
                probes.h
735
736
 
736
737
EXTRA_DIST = \
737
738
                $(BUILT_MAINT_SRC) \