aboutsummaryrefslogtreecommitdiff
path: root/src/boot/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/Makefile.am')
-rw-r--r--src/boot/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/Makefile.am b/src/boot/Makefile.am
index a2bd1cf5..9a3b320a 100644
--- a/src/boot/Makefile.am
+++ b/src/boot/Makefile.am
@@ -74,7 +74,7 @@ bemol_SOURCES = \
bemol.cc
bemol_LDADD = \
- -L$(oa_target_libdir) -lOpenAxiom
+ $(oa_target_libdir)/libOpenAxiom.a
oa_target_bootdir = $(oa_targetdir)/boot
if OA_ECL_RT