~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/Makefile.am

  • Committer: Stewart Smith
  • Date: 2008-07-07 02:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080707024036-evzdmi8fjvcxm1lb
sql => server (initial patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
# NOTE Built sources should depend on their sources not the tool
151
151
# this avoid the rebuild of the built files in a source dist
152
152
lex_hash.h: gen_lex_hash$(EXEEXT) $(srcdir)/lex.h
153
 
                $(top_builddir)/sql/gen_lex_hash$(EXEEXT) > $@
 
153
                $(top_builddir)/server/gen_lex_hash$(EXEEXT) > $@
154
154
 
155
155
probes.h: probes.d
156
156
        $(DTRACE) $(DTRACEFLAGS) -h -s probes.d