corrected to accept hostname and connect to network
[csql.git] / src / sqllog / Makefile.am
blob98935ba859f5d75d90b33f454b290ee3632ac834
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
7 libcsqlsqllog_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la