From d641e33385518fa25222ae15db00949ff11f1f78 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 25 Jun 2011 16:05:00 +0000 Subject: [PATCH] build fix after code reorg --- src/cache/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache/Makefile.am b/src/cache/Makefile.am index 626d2a08..d898d6f6 100644 --- a/src/cache/Makefile.am +++ b/src/cache/Makefile.am @@ -2,4 +2,4 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcacheload.la libcacheload_la_SOURCES = CacheTableLoader.cxx TableConfig.cxx -libcacheload_la_LDFLAGS = -avoid-version -module -lodbc +libcacheload_la_LDFLAGS = -L$(top_srcdir)/src/base -lcsqlbase -avoid-version -module -lodbc -- 2.11.4.GIT