From 337e66b09fee7f98beca1a2f47c589cc622e50c7 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 5 Jun 2011 22:19:07 +0000 Subject: Fix thinko --- src/sman/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/sman/Makefile.in b/src/sman/Makefile.in index 62a47657..f376d949 100644 --- a/src/sman/Makefile.in +++ b/src/sman/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2010, Gabriel Dos Reis. +# Copyright (C) 2007-2011, Gabriel Dos Reis. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -58,8 +58,10 @@ spadclient_LDADD = -L$(build_libdir) $(libspad_la) $(oa_c_libs) spadclient_DEPENDENCIES = sman_SOURCES = sman.c -sman_objects = $(sman_SOURCES:.c=.lo) $(top_builddir)/src/driver/utils.lo -sman_LDADD = -L$(build_libdir) $(libspad_la) $(oa_c_libs) +sman_objects = $(sman_SOURCES:.c=.lo) +sman_LDADD = \ + -L$(axiom_target_libdir)/ -lOpenAxiom \ + -L$(build_libdir) $(libspad_la) $(oa_c_libs) sman_DEPENDENCIES = -- cgit v1.2.3