Separating MMDB and Cache build
[csql.git] / src / jdbc / Makefile.am.full
blob3a60a7271774fa5790c9eaf836bcc96ed93530d0
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 $(top_srcdir)/src/sql/.libs/libcsqlsql  $(top_srcdir)/src/storage/.libs/libcsql $(top_srcdir)/src/sqllog/.libs/libcsqlsqllog $(top_srcdir)/src/network/.libs/libcsqlnw $(top_builddir)/src/cache/.libs/libcacheload  $(top_srcdir)/src/sqlnetwork/.libs/libcsqlsqlnw -lcrypt 
5 libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx
7 noinst_HEADERS = JSqlConnection.h JSqlStatement.h
8 libcsqljdbc_a_LIBADD = 
9 libcsqljdbc_la_DEPENDENCIES =