summaryrefslogtreecommitdiffstats
path: root/staticd/subdir.am
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-01-08 20:13:42 +0100
committerMark Stapp <mjs@voltanet.io>2020-01-09 14:25:53 +0100
commit31ddf3b7bef2d46a9fae2c55587d175adf0c83a6 (patch)
tree965437cf12405d8462e5f5213cbbb388608c5a91 /staticd/subdir.am
parentMerge pull request #5551 from mjstapp/fix_zebra_show_nhg (diff)
downloadfrr-31ddf3b7bef2d46a9fae2c55587d175adf0c83a6.tar.xz
frr-31ddf3b7bef2d46a9fae2c55587d175adf0c83a6.zip
staticd: add debug support
Add initial debug support to staticd, using the lib/debug form of debug support. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'staticd/subdir.am')
-rw-r--r--staticd/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/staticd/subdir.am b/staticd/subdir.am
index 17c4536fe..1e5a7613c 100644
--- a/staticd/subdir.am
+++ b/staticd/subdir.am
@@ -11,6 +11,7 @@ man8 += $(MANBUILD)/staticd.8
endif
staticd_libstatic_a_SOURCES = \
+ staticd/static_debug.c \
staticd/static_memory.c \
staticd/static_nht.c \
staticd/static_routes.c \
@@ -20,6 +21,7 @@ staticd_libstatic_a_SOURCES = \
# end
noinst_HEADERS += \
+ staticd/static_debug.h \
staticd/static_memory.h \
staticd/static_nht.h \
staticd/static_zebra.h \