summaryrefslogtreecommitdiff
path: root/zebra
diff options
context:
space:
mode:
Diffstat (limited to 'zebra')
-rw-r--r--zebra/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/Makefile.am b/zebra/Makefile.am
index 266812f8..96f7bef3 100644
--- a/zebra/Makefile.am
+++ b/zebra/Makefile.am
@@ -42,7 +42,8 @@ testzebra_SOURCES = test_main.c zebra_rib.c interface.c connected.c debug.c \
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
+ interface.h ipforward.h irdp.h router-id.h kernel_socket.h \
+ rt_netlink.h zebra_fpm.h zebra_fpm_private.h
zebra_LDADD = $(otherobj) ../lib/libzebra.la $(LIBCAP) $(LIB_IPV6)