Fix _LIBADD renamed variables and clean Makefiles.
[csql/przemoc.git] / src / sql / Makefile.am
blob5ef786cf6cd08744105c973ff85a35bec4f15aed
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_LIBADD = \
7         $(top_builddir)/src/storage/libcsql.la \
8         $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \
9         $(top_builddir)/src/sqllog/libcsqlsqllog.la \
10         $(top_builddir)/src/adapter/libcsqlodbcadapter.la \
11         $(top_builddir)/src/gateway/libcsqlgw.la
12 libcsqlsql_la_SOURCES = \
13         dmlyacc.yxx \
14         dmllex.lxx \
15         ParsedData.cxx \
16         SelStatement.cxx \
17         InsStatement.cxx \
18         UpdStatement.cxx \
19         DelStatement.cxx \
20         DdlStatement.cxx \
21         SqlStatement.cxx \
22         StatementFactory.cxx \
23         SqlFactory.cxx
25 noinst_HEADERS = \
26         Parser.h \
27         Statement.h