From d7f54122880279a8974ec661935e3ce35e4728d1 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Fri, 8 May 2009 13:01:10 +0000 Subject: [PATCH] removing cacheload lib dependency --- examples/sqlapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sqlapi/Makefile b/examples/sqlapi/Makefile index fb26152b..6a6fc124 100644 --- a/examples/sqlapi/Makefile +++ b/examples/sqlapi/Makefile @@ -18,7 +18,7 @@ endif endif INCL= -I$(CSQL_INSTALL_ROOT)/include -LIBS= -L$(CSQL_INSTALL_ROOT)/lib -lcsqlsql -lcsql -lcsqlsqllog -lcsqlnw -lcacheload +LIBS= -L$(CSQL_INSTALL_ROOT)/lib -lcsqlsql -lcsql -lcsqlsqllog -lcsqlnw TARGETS = \ sqlapiexample insert update delete -- 2.11.4.GIT