Update in sync with enterprise version.
[csql.git] / src / sql / Makefile.am
blob665e0f66825147f1fa38c898729dca6a6e227645
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 YACC = yacc -vd
3 METASOURCES = AUTO
4 lib_LTLIBRARIES = libcsqlsql.la
5 libcsqlsql_la_LDFLAGS = -version-info 2:4:0 -module 
6 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
7         InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
8         DdlStatement.cxx \
9         SqlStatement.cxx  StatementFactory.cxx SqlFactory.cxx \
10         CopyTblStatement.cxx MetadataStatement.cxx