281
281
libhandler_la_SOURCES = handler.cc handlerton.cc
282
282
libyacc_la_SOURCES = sql_yacc.yy
283
284
# Code output from YACC contains GOBS of unused macros, and I can't
284
285
# figure out how to turn it off.
285
286
libyacc_la_CXXFLAGS = ${AM_CXXFLAGS} -Wno-unused-macros