mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
core: move connection provider interface to src/
This commit is contained in:
parent
0f9cc88a4c
commit
75257f5d7e
5 changed files with 5 additions and 5 deletions
|
|
@ -187,7 +187,9 @@ NetworkManager_SOURCES = \
|
|||
nm-rfkill.h \
|
||||
nm-session-monitor.h \
|
||||
nm-session-utils.c \
|
||||
nm-session-utils.h
|
||||
nm-session-utils.h \
|
||||
nm-connection-provider.h \
|
||||
nm-connection-provider.c
|
||||
|
||||
if WITH_CONCHECK
|
||||
NetworkManager_SOURCES += nm-connectivity.c nm-connectivity.h
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "nm-dhcp6-config.h"
|
||||
#include "nm-connection.h"
|
||||
#include "nm-rfkill.h"
|
||||
#include "settings/nm-connection-provider.h"
|
||||
#include "nm-connection-provider.h"
|
||||
|
||||
/* Properties */
|
||||
#define NM_DEVICE_UDI "udi"
|
||||
|
|
|
|||
|
|
@ -48,9 +48,7 @@ libsettings_la_SOURCES = \
|
|||
nm-secret-agent.c \
|
||||
nm-secret-agent.h \
|
||||
nm-settings-utils.h \
|
||||
nm-settings-utils.c \
|
||||
nm-connection-provider.h \
|
||||
nm-connection-provider.c
|
||||
nm-settings-utils.c
|
||||
|
||||
libsettings_la_CPPFLAGS = \
|
||||
$(DBUS_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue