changes for open source mmdb build
[csql.git] / src / jdbc / Makefile.am.mmdb
blobac211e6ae0d9ce949572ff377b4606f320c98b2c
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         $(top_srcdir)/src/sql/libcsqlsql.la  \
6         $(top_srcdir)/src/storage/libcsql.la 
7         $(top_srcdir)/src/sqllog/libcsqlsqllog.la \
8         $(top_srcdir)/src/network/libcsqlnw.la \ 
9         $(top_srcdir)/src/sqlnetwork/libcsqlsqlnw.la -lcrypt 
10 libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx
12 noinst_HEADERS = JSqlConnection.h JSqlStatement.h
13 libcsqljdbc_a_LIBADD = 
14 libcsqljdbc_la_DEPENDENCIES =