1 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/sql -I$(top_srcdir)/include/odbc $(all_includes)
3 lib_LTLIBRARIES = libcsqlodbc.la
4 libcsqlodbc_la_LDFLAGS = -avoid-version -module \
5 -L$(top_srcdir)/src/storage -lcsqlstorage \
6 -L$(top_srcdir)/src/sql -lcsqlsql \
7 -L$(top_srcdir)/src/network -lcsqlnw \
8 -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
9 -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
11 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
12 odbcError.cxx odbcEnv.cxx odbcState.cxx \
15 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
16 odbcEnv.h odbcError.h odbcStmt.h