libifupdown: add initial interface management code

This commit is contained in:
Ariadne Conill 2020-07-18 04:24:53 -06:00
parent 3f618d2a3b
commit 84a01ffdc4
3 changed files with 285 additions and 1 deletions

View file

@ -3,7 +3,8 @@ CFLAGS := -ggdb3 -O2 -Wall -I.
LIBIFUPDOWN_SRC = \
libifupdown/list.c \
libifupdown/dict.c
libifupdown/dict.c \
libifupdown/interface.c
LIBIFUPDOWN_OBJ = ${LIBIFUPDOWN_SRC:.c=.o}