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 --- ospfd/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ospfd/Makefile.am') diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am index 68ce5265..fd03334a 100644 --- a/ospfd/Makefile.am +++ b/ospfd/Makefile.am @@ -5,6 +5,8 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 lib_LTLIBRARIES = libospf.la +libospf_la_LDFLAGS = -version 0:0:0 + sbin_PROGRAMS = ospfd libospf_la_SOURCES = \ @@ -27,7 +29,7 @@ noinst_HEADERS = \ ospfd_SOURCES = ospf_main.c -ospfd_LDADD = libospf.la -L../lib -lzebra @LIBCAP@ +ospfd_LDADD = libospf.la ../lib/libzebra.la @LIBCAP@ EXTRA_DIST = OSPF-MIB.txt OSPF-TRAP-MIB.txt ChangeLog.opaque.txt -- cgit v1.2.1