Fix _LIBADD renamed variables and clean Makefiles.
commit7e145badd2294172b9172ce7a7b40bc660d65f4f
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 21 Apr 2009 23:46:26 +0000 (22 01:46 +0200)
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 21 Apr 2009 23:46:26 +0000 (22 01:46 +0200)
tree096219d592461ecc07b7c3b74e0f9bbcf950bada
parentf6a4fbbb1229eafb8f411be7e8d062adac2fc92a
Fix _LIBADD renamed variables and clean Makefiles.

Unfortunately there are circular dependencies in csql libraries code,
therefore ideal solution doesn't exist in autotools area. I have chosen
to cut dependencies only on libcsqlsql and corrected the rest. Side
effect is simplification of many Makefiles. Examples are working now.
By the way Makefiles have been cleaned up.
17 files changed:
examples/jdbc/Makefile
examples/odbc/Makefile
examples/sqlapi/Makefile
include/Makefile.am
src/Makefile.am
src/adapter/Makefile.am
src/cache/Makefile.am
src/gateway/Makefile.am
src/jdbc/Makefile.am
src/network/Makefile.am
src/oci/Makefile.am
src/odbc/Makefile.am
src/sql/Makefile.am
src/sqllog/Makefile.am
src/sqlnetwork/Makefile.am
src/storage/Makefile.am
src/tools/Makefile.am