From b7a97f825768bb3e617cb115540c74b65914e628 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 23 Jul 2004 16:23:56 +0000 Subject: (somewhat unrelated cleanups, but all are very minor) 2004-07-23 Greg Troxel * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir -lfoo", to avoid linking against installed libraries from a previous version. * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared library version number to be 0.0 * configure.ac: remove spurious , so extract.pl is chmod'd +x. * HACKING: explain shared library versioning rules --- ospf6d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d') diff --git a/ospf6d/Makefile.am b/ospf6d/Makefile.am index de183913..344bfb2b 100644 --- a/ospf6d/Makefile.am +++ b/ospf6d/Makefile.am @@ -22,7 +22,7 @@ noinst_HEADERS = \ ospf6d_SOURCES = \ ospf6_main.c $(libospf6_a_SOURCES) -ospf6d_LDADD = -L../lib -lzebra @LIBCAP@ +ospf6d_LDADD = ../lib/libzebra.la @LIBCAP@ examplesdir = $(exampledir) dist_examples_DATA = ospf6d.conf.sample -- cgit v1.2.1