Fix _LIBADD renamed variables and clean Makefiles.
[csql/przemoc.git] / src / sqllog / Makefile.am
blobbead0184e20aba5020dbbf7d3d3c179e8a1b575e
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_LIBADD = \
6         $(top_builddir)/src/storage/libcsql.la \
7         $(top_builddir)/src/network/libcsqlnw.la
8 libcsqlsqllog_la_SOURCES = \
9         SqlLogConnection.cxx \
10         SqlLogStatement.cxx