Commits
hasso authored e26bbebaddd
21 21 | ospf6_message.h ospf6_neighbor.h ospf6_network.h ospf6_proto.h \ |
22 22 | ospf6_spf.h ospf6_route.h ospf6_types.h ospf6_zebra.h ospf6d.h \ |
23 23 | ospf6_ism.h ospf6_dbex.h ospf6_lsdb.h ospf6_prefix.h \ |
24 24 | ospf6_top.h ospf6_nsm.h ospf6_routemap.h \ |
25 25 | ospf6_hook.h ospf6_asbr.h ospf6_bintree.h ospf6_linklist.h \ |
26 26 | ospf6_abr.h ospf6_intra.h ospf6_damp.h |
27 27 | |
28 28 | ospf6d_SOURCES = \ |
29 29 | ospf6_main.c $(libospf6_a_SOURCES) |
30 30 | |
31 - | ospf6d_LDADD = ../lib/libzebra.a |
31 + | ospf6d_LDADD = -L../lib -lzebra |
32 32 | |
33 33 | sysconf_DATA = ospf6d.conf.sample |
34 34 | |
35 35 | EXTRA_DIST = $(sysconf_DATA) |
36 36 | |
37 37 | install-sysconfDATA: $(sysconf_DATA) |
38 38 | @$(NORMAL_INSTALL) |
39 39 | $(mkinstalldirs) $(DESTDIR)$(sysconfdir) |
40 40 | @list='$(sysconf_DATA)'; for p in $$list; do \ |
41 41 | if test -f $(srcdir)/$$p; then \ |