csqlcacheserver reconnect, logger rotate, monitor_server
[csql.git] / src / jdbc / Makefile.am
blob564b5e96821ac3dc0f55fdafe1640adf8c33b6d1
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) -I$(top_srcdir)/src/sql
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqljdbc.la
4 libcsqljdbc_la_LDFLAGS =  -avoid-version -module -L$(top_srcdir)/src/sql -lcsqlsql -L$(top_srcdir)/src/storage -lcsql -L$(top_srcdir)/src/sqllog -lcsqlsqllog -L$(top_srcdir)/src/network -lcsqlnw -L$(top_builddir)/src/cache -lcacheload  -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw -L$(top_srcdir)/src/adapter -lcsqlodbcadapter -L$(top_srcdir)/src/gateway -lcsqlgw -lcrypt 
5 libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx
7 noinst_HEADERS = JSqlConnection.h JSqlStatement.h
8 libcsqljdbc_a_LIBADD = $(top_builddir)/src/storage/libcsql.la
9 libcsqljdbc_la_DEPENDENCIES =