code reorg
[csql.git] / src / jdbc / Makefile.am
blob14b319aaaa8ed9aa68f98a0bd837af1ba1248265
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 \
5                 -L$(top_srcdir)/src/storage -lcsqlstorage \
6                 -L$(top_srcdir)/src/network -lcsqlnw \
7                 -L$(top_srcdir)/src/sql -lcsqlsql \
8                 -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
9                 -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
10                 -L$(top_srcdir)/src/adapter -lcsqlodbcadapter \
11                 -L$(top_srcdir)/src/gateway -lcsqlgw \
12                 -L$(top_builddir)/src/cache -lcacheload \
13 -lcrypt 
14 libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx
16 noinst_HEADERS = JSqlConnection.h JSqlStatement.h
17 libcsqljdbc_a_LIBADD = 
18 libcsqljdbc_la_DEPENDENCIES =