changing lock bucket size
[csql.git] / src / sql / Makefile.am.mmdb
blob403f3d5724b88630dacad8176b6836be18f849c9
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 YACC = yacc -vd
3 METASOURCES = AUTO
4 lib_LTLIBRARIES = libcsqlsql.la
5 libcsqlsql_la_LDFLAGS = -avoid-version -module \
6         $(top_builddir)/src/storage/libcsql.la \
7         $(top_builddir)/src/sqllog/libcsqlsqllog.la \
8         $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la
9 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
10         InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
11         DdlStatement.cxx CopyTblStatement.cxx MetadataStatement.cxx \
12         SqlStatement.cxx  StatementFactory.cxx SqlFactory.cxx AlterTblStatement.cxx
14 libcsqlsql_a_LIBADD = $(top_builddir)/src/storage/libcsql.la