build failure
[csql.git] / src / odbc / Makefile.am.full
bloba8aa3c0e25c7998fd3f85691c83252450517d01d
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/storage -lcsql \
6     -L$(top_srcdir)/src/network -lcsqlnw \
7     -L$(top_srcdir)/src/sql -lcsqlsql \
8     -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
9     -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
10     -L$(top_srcdir)/src/adapter -lcsqlodbcadapter \
11     -L$(top_srcdir)/src/gateway -lcsqlgw \
12     -L$(top_builddir)/src/cache -lcacheload \
13 -lcrypt
14 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
15 odbcError.cxx odbcEnv.cxx odbcState.cxx \
16 odbcStmt.cxx
18 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
19 odbcEnv.h odbcError.h odbcStmt.h
20 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la