Removing dependency for Cache module in MMDB build
[csql.git] / src / sql / Makefile.am
blob9184f6d14c8a653d16dc48886cfdacc379ea111e
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 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