1 INCLUDES = -I$(top_srcdir)/include $(all_includes)
3 lib_LTLIBRARIES = libcsqlsqllog.la
4 libcsqlsqllog_la_LDFLAGS = -avoid-version -module
5 libcsqlsqllog_la_SOURCES = SqlLogConnection.cxx SqlLogStatement.cxx
7 libcsqlsqllog_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la