diff options
| author | Christian Hopps <chopps@labn.net> | 2023-06-23 14:34:47 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-06-27 18:00:56 -0400 | 
| commit | e6e0c5bd25599c76bd05db3c2e3f32f6d3fe47bb (patch) | |
| tree | bcaf7cafafd79e576dfa2e00a24cf8bea99dce1e /lib/subdir.am | |
| parent | 70fb3910dbe81c8d44dcfa77c070b0a6e83d3607 (diff) | |
lib: add dynamic array type
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/subdir.am')
| -rw-r--r-- | lib/subdir.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index c046c3c43c..d7b28ffbd5 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -25,6 +25,7 @@ lib_libfrr_la_SOURCES = \  	lib/command_parse.y \  	lib/cspf.c \  	lib/csv.c \ +	lib/darr.c \  	lib/debug.c \  	lib/defaults.c \  	lib/distribute.c \ @@ -209,6 +210,7 @@ pkginclude_HEADERS += \  	lib/compiler.h \  	lib/cspf.h \  	lib/csv.h \ +	lib/darr.h \  	lib/db.h \  	lib/debug.h \  	lib/defaults.h \  | 
