Introduce an compatibility layer which is empty for now.
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
509b75bc73
commit
d96f579d7f
5 changed files with 59 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -38,7 +38,8 @@ LIBIFUPDOWN_SRC = \
|
|||
libifupdown/execute.c \
|
||||
libifupdown/lifecycle.c \
|
||||
libifupdown/config-parser.c \
|
||||
libifupdown/config-file.c
|
||||
libifupdown/config-file.c \
|
||||
libifupdown/compat.c \
|
||||
|
||||
LIBIFUPDOWN_OBJ = ${LIBIFUPDOWN_SRC:.c=.o}
|
||||
LIBIFUPDOWN_LIB = libifupdown.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue