diff options
Diffstat (limited to 'bgpd/Makefile.am')
-rw-r--r-- | bgpd/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am index 86408b46..0fe82ae0 100644 --- a/bgpd/Makefile.am +++ b/bgpd/Makefile.am @@ -21,10 +21,8 @@ noinst_HEADERS = \ bgp_ecommunity.h bgp_mplsvpn.h bgp_nexthop.h bgp_damp.h bgp_table.h \ bgp_advertise.h bgp_snmp.h bgp_vty.h -bgpd_SOURCES = \ - bgp_main.c $(libbgp_a_SOURCES) - -bgpd_LDADD = ../lib/libzebra.la @LIBCAP@ +bgpd_SOURCES = bgp_main.c +bgpd_LDADD = libbgp.a ../lib/libzebra.la @LIBCAP@ examplesdir = $(exampledir) dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2 |