mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
confd: move srx_module to src/lib
Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
committed by
Joachim Wiberg
parent
84822390ff
commit
26391d5381
@@ -7,6 +7,6 @@ plugin_LTLIBRARIES = confd-plugin.la
|
||||
confd_plugin_la_CFLAGS = $(augeas_CFLAGS) $(jansson_CFLAGS) $(libite_CFLAGS) $(sysrepo_CFLAGS) $(CFLAGS)
|
||||
confd_plugin_la_LIBADD = $(augeas_LIBS) $(jansson_LIBS) $(libite_LIBS) $(sysrepo_LIBS)
|
||||
confd_plugin_la_LDFLAGS = -module -avoid-version -shared
|
||||
confd_plugin_la_SOURCES = core.c core.h helpers.c helpers.h srx_module.c srx_module.h srx_val.c srx_val.h \
|
||||
confd_plugin_la_SOURCES = core.c core.h helpers.c helpers.h srx_val.c srx_val.h \
|
||||
ietf-system.c ietf-interfaces.c systemv.c systemv.h ../lib/lyx.c ../lib/lyx.h dagger.c dagger.h \
|
||||
infix-dhcp.c
|
||||
infix-dhcp.c ../lib/srx_module.c ../lib/srx_module.h
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include "core.h"
|
||||
#include "srx_module.h"
|
||||
#include "../lib/srx_module.h"
|
||||
|
||||
static struct confd confd;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "core.h"
|
||||
#include "dagger.h"
|
||||
#include "../lib/lyx.h"
|
||||
#include "srx_module.h"
|
||||
#include "../lib/srx_module.h"
|
||||
#include "srx_val.h"
|
||||
|
||||
#define ERR_IFACE(_iface, _err, _fmt, ...) \
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "core.h"
|
||||
#include "../lib/lyx.h"
|
||||
#include "srx_module.h"
|
||||
#include "../lib/srx_module.h"
|
||||
#include "srx_val.h"
|
||||
|
||||
#define CLOCK_PATH_ "/ietf-system:system-state/clock"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "core.h"
|
||||
#include "../lib/lyx.h"
|
||||
#include "srx_module.h"
|
||||
#include "../lib/srx_module.h"
|
||||
#include "srx_val.h"
|
||||
|
||||
static const struct srx_module_requirement infix_dhcp_reqs[] = {
|
||||
|
||||
Reference in New Issue
Block a user