adding statment length
[csql.git] / src / odbc / Makefile.am
blob31b5a867a502805c1ad5aeb9a592e73b7b29a857
1 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/sql -I$(top_srcdir)/include/odbc $(all_includes) 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlodbc.la
4 libcsqlodbc_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 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
6 odbcError.cxx odbcEnv.cxx odbcState.cxx \
7 odbcStmt.cxx
9 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
10 odbcEnv.h odbcError.h odbcStmt.h
11 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la