summaryrefslogtreecommitdiffstats
path: root/ospf6d/Makefile.am
diff options
context:
space:
mode:
authorgdt <gdt>2004-07-23 18:23:56 +0200
committergdt <gdt>2004-07-23 18:23:56 +0200
commitb7a97f825768bb3e617cb115540c74b65914e628 (patch)
tree7614897d5d668291f854b5283daf424b55a12853 /ospf6d/Makefile.am
parent2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> (diff)
downloadfrr-b7a97f825768bb3e617cb115540c74b65914e628.tar.xz
frr-b7a97f825768bb3e617cb115540c74b65914e628.zip
(somewhat unrelated cleanups, but all are very minor)
2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * */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
Diffstat (limited to 'ospf6d/Makefile.am')
-rw-r--r--ospf6d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/Makefile.am b/ospf6d/Makefile.am
index de183913c..344bfb2b6 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