Handling no group on Aggregates
[csql.git] / src / jdbc / Makefile.am
blob1b6c5070fa231df40c720fc489ba03de04b640c6
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/server/.libs/libcsql $(top_srcdir)/src/sqllog/.libs/libcsqlsqllog $(top_srcdir)/src/network/.libs/libcsqlnw  -lcrypt 
5 libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx
7 noinst_HEADERS = JSqlConnection.h JSqlStatement.h
8 libcsqljdbc_a_LIBADD = 
9 libcsqljdbc_la_DEPENDENCIES =