Fix _LIBADD renamed variables and clean Makefiles.
[csql/przemoc.git] / src / sqlnetwork / Makefile.am
blob978ae831b1c95f5f664c47bb9316bcc195e77fcf
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 METASOURCES = AUTO
3 lib_LTLIBRARIES = libcsqlsqlnw.la
4 libcsqlsqlnw_la_LDFLAGS = -avoid-version -module 
5 libcsqlsqlnw_la_LIBADD = \
6         $(top_builddir)/src/storage/libcsql.la \
7         $(top_builddir)/src/network/libcsqlnw.la
8 libcsqlsqlnw_la_SOURCES = \
9         SqlNwConnection.cxx \
10         SqlNwStatement.cxx