ibft: rename files to "nms-ibft-*"

This commit is contained in:
Thomas Haller 2016-10-07 10:52:45 +02:00
parent 33d05f5295
commit 912526f543
10 changed files with 15 additions and 15 deletions

View file

@ -172,5 +172,5 @@ src/nm-config.c
src/nm-iface-helper.c
src/nm-logging.c
src/nm-manager.c
src/settings/plugins/ibft/plugin.c
src/settings/plugins/ibft/nms-ibft-plugin.c
src/settings/plugins/ifcfg-rh/reader.c

View file

@ -7,8 +7,8 @@ pkglib_LTLIBRARIES = libnm-settings-plugin-ibft.la
noinst_LTLIBRARIES = libibft-io.la
libibft_io_la_SOURCES = \
reader.c \
reader.h
nms-ibft-reader.c \
nms-ibft-reader.h
AM_CPPFLAGS = \
-I$(top_srcdir)/src/ \
@ -25,10 +25,10 @@ AM_CPPFLAGS = \
-DSBINDIR=\"$(sbindir)\"
libnm_settings_plugin_ibft_la_SOURCES = \
plugin.c \
plugin.h \
nm-ibft-connection.c \
nm-ibft-connection.h
nms-ibft-plugin.c \
nms-ibft-plugin.h \
nms-ibft-connection.c \
nms-ibft-connection.h
libnm_settings_plugin_ibft_la_LDFLAGS = -module -avoid-version
libnm_settings_plugin_ibft_la_LIBADD = libibft-io.la

View file

@ -20,14 +20,14 @@
#include "nm-default.h"
#include "nm-ibft-connection.h"
#include "nms-ibft-connection.h"
#include <string.h>
#include <net/ethernet.h>
#include <netinet/ether.h>
#include <glib/gstdio.h>
#include "reader.h"
#include "nms-ibft-reader.h"
/*****************************************************************************/

View file

@ -20,7 +20,7 @@
#include "nm-default.h"
#include "plugin.h"
#include "nms-ibft-plugin.h"
#include <string.h>
#include <unistd.h>
@ -31,8 +31,8 @@
#include "nm-settings-plugin.h"
#include "NetworkManagerUtils.h"
#include "reader.h"
#include "nm-ibft-connection.h"
#include "nms-ibft-reader.h"
#include "nms-ibft-connection.h"
/*****************************************************************************/

View file

@ -35,7 +35,7 @@
#include "nm-platform.h"
#include "NetworkManagerUtils.h"
#include "reader.h"
#include "nms-ibft-reader.h"
#define PARSE_WARNING(msg...) nm_log_warn (LOGD_SETTINGS, " " msg)

View file

@ -28,7 +28,7 @@ noinst_PROGRAMS = test-ibft
test_ibft_SOURCES = \
test-ibft.c \
../reader.c
../nms-ibft-reader.c
test_ibft_LDADD = \
$(top_builddir)/src/libNetworkManager.la

View file

@ -32,7 +32,7 @@
#include "nm-core-internal.h"
#include "NetworkManagerUtils.h"
#include "reader.h"
#include "nms-ibft-reader.h"
#include "nm-test-utils-core.h"