confd: move lyx source to new src lib directory

Preparation for statd.

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2023-06-07 13:24:23 +02:00
committed by Joachim Wiberg
parent f6a7fe5353
commit 84822390ff
6 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ confd_plugin_la_CFLAGS = $(augeas_CFLAGS) $(jansson_CFLAGS) $(libite_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 \
ietf-system.c ietf-interfaces.c systemv.c systemv.h lyx.c lyx.h dagger.c dagger.h \
ietf-system.c ietf-interfaces.c systemv.c systemv.h ../lib/lyx.c ../lib/lyx.h dagger.c dagger.h \
infix-dhcp.c
+1 -1
View File
@@ -8,7 +8,7 @@
#include "core.h"
#include "dagger.h"
#include "lyx.h"
#include "../lib/lyx.h"
#include "srx_module.h"
#include "srx_val.h"
+1 -1
View File
@@ -8,7 +8,7 @@
#include <sys/types.h>
#include "core.h"
#include "lyx.h"
#include "../lib/lyx.h"
#include "srx_module.h"
#include "srx_val.h"
+1 -1
View File
@@ -8,7 +8,7 @@
#include <sys/types.h>
#include "core.h"
#include "lyx.h"
#include "../lib/lyx.h"
#include "srx_module.h"
#include "srx_val.h"