build error
[csql.git] / src / gateway / Makefile.am
blob1aa3fe888a36e813a5685cf09844ef0af5b27c98
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlgw.la
4 libcsqlgw_la_LDFLAGS = -avoid-version -module
5 libcsqlgw_la_SOURCES = SqlGwConnection.cxx  SqlGwStatement.cxx
7 libcsqlgw_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la