]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/Makefile.am
Merge pull request #714 from opensourcerouting/cli_magic_defpy
[mirror_frr.git] / lib / Makefile.am
index f1356d2be4214e0ed75f38f29909016484ac4eb6..e1b84587da15b1d34bb294b5c733cc6167418882 100644 (file)
@@ -18,7 +18,7 @@ libfrr_la_LDFLAGS = -version-info 0:0:0
 
 libfrr_la_SOURCES = \
        network.c pid_output.c getopt.c getopt1.c \
-       checksum.c vector.c linklist.c vty.c \
+       checksum.c vector.c linklist.c vty.c openbsd-tree.c \
        graph.c command_parse.y command_lex.l command_match.c \
        command_graph.c \
        command.c \
@@ -40,6 +40,7 @@ libfrr_la_SOURCES = \
        module.c \
        hook.c \
        frr_pthread.c \
+       termtable.c \
        # end
 
 BUILT_SOURCES = route_types.h gitversion.h command_parse.h command_lex.h
@@ -84,6 +85,7 @@ pkginclude_HEADERS = \
        sha256.h \
        frr_pthread.h \
        vrf_int.h \
+       termtable.h \
        # end
 
 noinst_HEADERS = \