diff options
author | dos-reis <gdr@axiomatics.org> | 2011-06-05 22:19:07 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-06-05 22:19:07 +0000 |
commit | 337e66b09fee7f98beca1a2f47c589cc622e50c7 (patch) | |
tree | f3cc68ca44d612c7bac4b3c21dcd8c1d30237bdd /src | |
parent | c33fe7b97ed29bf22e2f52e2beb359bdc136c042 (diff) | |
download | open-axiom-337e66b09fee7f98beca1a2f47c589cc622e50c7.tar.gz |
Fix thinko
Diffstat (limited to 'src')
-rw-r--r-- | src/sman/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
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 = |