]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Makfile issues to compile better
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Mar 2016 01:09:47 +0000 (01:09 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Mar 2016 13:35:58 +0000 (09:35 -0400)
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 <sharpd@cumulusnetworks.com>
lib/Makefile.am
zebra/Makefile.am

index 42d94d76940db9282ad142f57985bf289f1188e4..5d88a526af84d67e56ba0a443bd32fdeb7f222ad 100644 (file)
@@ -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
index 2a4ab188c69f7513fa56f17349e646ac8451c32a..dbefb8176cd733eb3df1f859bb30c95b8ac60fba 100644 (file)
@@ -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)