mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 17:10:12 +01:00
examples: rename add-connection-glib
This commit is contained in:
parent
ab3816ee21
commit
98d5da84aa
3 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -61,7 +61,7 @@ docs/generate-settings-spec
|
|||
docs/settings-spec.html
|
||||
docs/spec.html
|
||||
|
||||
examples/C/add-connection-glib
|
||||
examples/C/add-connection-dbus-glib
|
||||
examples/C/get-active-connections
|
||||
examples/C/get-ap-info-libnm-glib
|
||||
examples/C/list-connections-dbus
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@ AM_CPPFLAGS = \
|
|||
$(GLIB_CFLAGS)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
add-connection-glib \
|
||||
add-connection-dbus-glib \
|
||||
get-active-connections \
|
||||
list-connections-dbus \
|
||||
list-connections-libnm-glib \
|
||||
get-ap-info-libnm-glib
|
||||
|
||||
add_connection_glib_SOURCES = add-connection-glib.c
|
||||
add_connection_glib_LDADD = \
|
||||
add_connection_dbus_glib_SOURCES = add-connection-dbus-glib.c
|
||||
add_connection_dbus_glib_LDADD = \
|
||||
$(top_builddir)/libnm-util/libnm-util.la \
|
||||
$(DBUS_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue