1 INCLUDES = -I$(top_srcdir)/include $(all_includes) -I$(top_srcdir)/src/sql
3 lib_LTLIBRARIES = libcsqljdbc.la
4 libcsqljdbc_la_DEPENDENCIES =
5 libcsqljdbc_la_LDFLAGS = -avoid-version -module -lcrypt
6 libcsqljdbc_la_LIBADD = \
7 $(top_srcdir)/src/storage/libcsql.la \
8 $(top_srcdir)/src/sql/libcsqlsql.la \
9 $(top_srcdir)/src/sqlnetwork/libcsqlsqlnw.la
10 libcsqljdbc_la_SOURCES = \