~dshrews/drizzle/bug656474

« back to all changes in this revision

Viewing changes to drizzled/include.am

  • Committer: lbieber
  • Date: 2010-10-02 19:48:35 UTC
  • mfrom: (1730.6.19 drizzle-make-lcov)
  • Revision ID: lbieber@orisndriz08-20101002194835-q5zd9qc4lvx1xnfo
Merge Hartmut - clean up lex, now require flex to build, also "make lcov" improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#  along with this program; if not, write to the Free Software
18
18
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
 
20
drizzled/sql_yacc.cc: drizzled/sql_yacc.yy 
 
21
        $(AM_V_YACC)$(am__skipyacc) $(YACC) $(YLFLAGS) $(AM_YFLAGS) -o $@ $<
 
22
        mv drizzled/sql_yacc.hh drizzled/sql_yacc.h
 
23
 
 
24
 
20
25
 
21
26
DTRACEFILES= \
22
27
             drizzled/cursor.o \
808
813
PCHHEADERS = 
809
814
endif
810
815
 
811
 
BUILT_MAINT_SRC= \
 
816
BUILT_MAINT_SRC+= \
812
817
                 drizzled/sql_yacc.cc \
813
818
                 drizzled/sql_yacc.h
814
819