From c2888e10b1c491f4a772de39adc38127811dcd5c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 18 Mar 2016 01:09:47 +0000 Subject: [PATCH] Makfile issues to compile better During some tests of the release I noticed that we have some issues with it properly building due to missing information in the Makefile.am files Signed-off-by: Donald Sharp --- lib/Makefile.am | 2 +- zebra/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 42d94d7694..5d88a526af 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,7 +30,7 @@ pkginclude_HEADERS = \ plist.h zclient.h sockopt.h smux.h md5.h if_rmap.h keychain.h \ privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \ workqueue.h route_types.h libospf.h nexthop.h json.h \ - ptm_lib.h csv.h bfd.h vrf.h systemd.h + ptm_lib.h csv.h bfd.h vrf.h systemd.h bitfield.h noinst_HEADERS = \ plist_int.h diff --git a/zebra/Makefile.am b/zebra/Makefile.am index 2a4ab188c6..dbefb8176c 100644 --- a/zebra/Makefile.am +++ b/zebra/Makefile.am @@ -45,7 +45,7 @@ noinst_HEADERS = \ connected.h ioctl.h rib.h rt.h zserv.h redistribute.h debug.h rtadv.h \ interface.h ipforward.h irdp.h router-id.h kernel_socket.h \ rt_netlink.h zebra_fpm.h zebra_fpm_private.h zebra_rnh.h \ - zebra_ptm_redistribute.h + zebra_ptm_redistribute.h zebra_ptm.h zebra_routemap.h zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6) -- 2.39.5