removing library version
[csql.git] / src / sqllog / Makefile.am
blobfe161f6901b9839fce8fc8d5ed9d409abeac60d8
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlsqllog.la
4 libcsqlsqllog_la_LDFLAGS = -avoid-version -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