changing libcsql.so library name to libcsqlstorage.so
[csql.git] / src / odbc / Makefile.am
blob7c9253d0a5115b6e5116412ac2fd974b0149f6d6
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 \
5     -L$(top_srcdir)/src/base -lcsqlbase \
6     -L$(top_srcdir)/src/storage -lcsqlstorage \
7     -L$(top_srcdir)/src/network -lcsqlnw \
8     -L$(top_srcdir)/src/sql -lcsqlsql \
9     -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
10     -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
11     -L$(top_srcdir)/src/adapter -lcsqlodbcadapter \
12     -L$(top_srcdir)/src/gateway -lcsqlgw \
13     -L$(top_builddir)/src/cache -lcacheload \
14 -lcrypt
15 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
16 odbcError.cxx odbcEnv.cxx odbcState.cxx \
17 odbcStmt.cxx
19 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
20 odbcEnv.h odbcError.h odbcStmt.h
21 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la