mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
confd: minor, whitespace only
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+11
-11
@@ -6,12 +6,12 @@ plugin_LTLIBRARIES = confd-plugin.la
|
||||
confd_plugin_la_LDFLAGS = -module -avoid-version -shared
|
||||
|
||||
confd_plugin_la_CFLAGS = \
|
||||
$(augeas_CFLAGS) \
|
||||
$(augeas_CFLAGS) \
|
||||
$(glib_CFLAGS) \
|
||||
$(jansson_CFLAGS) \
|
||||
$(libite_CFLAGS) \
|
||||
$(sysrepo_CFLAGS) \
|
||||
$(libsrx_CFLAGS) \
|
||||
$(jansson_CFLAGS) \
|
||||
$(libite_CFLAGS) \
|
||||
$(sysrepo_CFLAGS) \
|
||||
$(libsrx_CFLAGS) \
|
||||
$(CFLAGS)
|
||||
|
||||
confd_plugin_la_LIBADD = \
|
||||
@@ -23,14 +23,14 @@ confd_plugin_la_LIBADD = \
|
||||
$(libsrx_LIBS)
|
||||
|
||||
confd_plugin_la_SOURCES = \
|
||||
core.c core.h \
|
||||
dagger.c dagger.h \
|
||||
ietf-interfaces.c \
|
||||
core.c core.h \
|
||||
dagger.c dagger.h \
|
||||
ietf-interfaces.c \
|
||||
ietf-system.c \
|
||||
ietf-factory-default.c \
|
||||
ietf-routing.c \
|
||||
infix-dhcp.c \
|
||||
infix-services.c \
|
||||
infix-services.c \
|
||||
infix-factory.c \
|
||||
infix-system-software.c \
|
||||
ietf-hardware.c
|
||||
@@ -44,9 +44,9 @@ EXTRA_DIST = de.pengutronix.rauc.Installer.xml
|
||||
$(rauc_installer_sources): de.pengutronix.rauc.Installer.xml
|
||||
$(AM_V_GEN) gdbus-codegen \
|
||||
--generate-c-code rauc-installer \
|
||||
--c-generate-autocleanup all \
|
||||
--c-generate-autocleanup all \
|
||||
--c-namespace Rauc \
|
||||
--interface-prefix de.pengutronix.rauc. \
|
||||
--interface-prefix de.pengutronix.rauc. \
|
||||
$<
|
||||
|
||||
nodist_confd_plugin_la_SOURCES = $(rauc_installer_sources)
|
||||
|
||||
Reference in New Issue
Block a user