cleanup
[csql.git] / src / odbc / Makefile.am.full
blobb843c2f5328162b3e77d3128a91b872010107183
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         $(top_builddir)/src/storage/.libs/libcsql \
6         $(top_builddir)/src/sql/.libs/libcsqlsql \
7         $(top_builddir)/src/gateway/.libs/libcsqlgw \
8         $(top_builddir)/src/network/.libs/libcsqlnw \
9         $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \
10         $(top_builddir)/src/cache/.libs/libcacheload \
11         $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter -lcrypt
12 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
13 odbcError.cxx odbcEnv.cxx odbcState.cxx \
14 odbcStmt.cxx
16 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
17 odbcEnv.h odbcError.h odbcStmt.h
18 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la