summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-20 11:52:22 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-20 11:52:22 +0000
commit956fc02557ddaf5337681e87a8cb3c0f6276e21a (patch)
treea770c3f00ad0bc5180bb456cc8f9f360f74750ca /docs
parentd6122574a1d5a661a091e4cd97af68d4a540b4db (diff)
downloadlasso-956fc02557ddaf5337681e87a8cb3c0f6276e21a.tar.gz
lasso-956fc02557ddaf5337681e87a8cb3c0f6276e21a.tar.xz
lasso-956fc02557ddaf5337681e87a8cb3c0f6276e21a.zip
Use libtool generated la instead of human -llasso and -Ldir...
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 48ebe9f4..e8be7a8c 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -67,7 +67,7 @@ GTKDOC_CFLAGS = \
GTKDOC_LIBS = \
$(LASSO_LIBS) \
- -L$(top_srcdir)/lasso -llasso
+ $(top_builddir)/lasso/liblasso.la
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)