*** empty log message ***
[csql.git] / src / odbc / Makefile.am.mmdb
blob0973ba8ca1a9574bc9d80c60c4c5a655659d8795
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/sql -lcsqlsql \
7     -L$(top_srcdir)/src/network -lcsqlnw \
8     -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
9     -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
10         -lcrypt
11 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
12 odbcError.cxx odbcEnv.cxx odbcState.cxx \
13 odbcStmt.cxx
15 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
16 odbcEnv.h odbcError.h odbcStmt.h