Update in sync with enterprise version.
[csql.git] / src / sqllog / Makefile.am
blobf7d2480c80d8f541de79b1676ab6cd207968a10b
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlsqllog.la
4 libcsqlsqllog_la_LDFLAGS = -version-info 2:4:0 -module 
5 libcsqlsqllog_la_SOURCES = SqlLogConnection.cxx  SqlLogStatement.cxx FileSend.cxx
7 libcsqlsqllog_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la