libifupdown: add initial interface management code
This commit is contained in:
parent
3f618d2a3b
commit
84a01ffdc4
3 changed files with 285 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue