From 83d07b99789d857165825473761392b3daf2faed Mon Sep 17 00:00:00 2001 From: Taj Muhammad Khan Date: Fri, 23 May 2014 02:06:26 +0200 Subject: [PATCH] Correction in Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 28d734c..6b7895a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,7 @@ if BUNDLED_CLOOG endif if BUNDLED_CANDL MAYBE_CANDL = candl - CANDL_LA = $(top_builddir)/cloog/libcandl.la + CANDL_LA = $(top_builddir)/candl/libcandl.la endif SUBDIRS = $(MAYBE_OSL) $(MAYBE_CLAN) $(MAYBE_CLOOG) $(MAYBE_CANDL) doc tests -- 2.11.4.GIT