Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NetworkManager
NetworkManager
Commits
3b0916d6
Commit
3b0916d6
authored
Apr 20, 2011
by
Dan Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: rename another example
parent
4812fef7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.gitignore
.gitignore
+1
-1
examples/C/Makefile.am
examples/C/Makefile.am
+4
-4
examples/C/list-connections-dbus-glib.c
examples/C/list-connections-dbus-glib.c
+0
-0
No files found.
.gitignore
View file @
3b0916d6
...
...
@@ -121,7 +121,7 @@ examples/C/add-connection-dbus-glib
examples/C/add-connection-libnm-glib
examples/C/get-active-connections-dbus-glib
examples/C/get-ap-info-libnm-glib
examples/C/list-connections-dbus
examples/C/list-connections-dbus
-glib
examples/C/list-connections-libnm-glib
callouts/nm-dhcp-client.action
...
...
examples/C/Makefile.am
View file @
3b0916d6
...
...
@@ -10,7 +10,7 @@ noinst_PROGRAMS = \
add-connection-dbus-glib
\
add-connection-libnm-glib
\
get-active-connections-dbus-glib
\
list-connections-dbus
\
list-connections-dbus
-glib
\
list-connections-libnm-glib
\
get-ap-info-libnm-glib
...
...
@@ -33,8 +33,8 @@ get_active_connections_dbus_glib_LDADD = \
$(DBUS_LIBS)
\
$(GLIB_LIBS)
list_connections_dbus_SOURCES
=
list-connections-dbus.c
list_connections_dbus_LDADD
=
\
list_connections_dbus_
glib_
SOURCES
=
list-connections-dbus
-glib
.c
list_connections_dbus_
glib_
LDADD
=
\
$(top_builddir)
/libnm-util/libnm-util.la
\
$(DBUS_LIBS)
\
$(GLIB_LIBS)
...
...
@@ -57,7 +57,7 @@ EXTRA_DIST = \
add-connection-dbus-glib.c
\
add-connection-libnm-glib.c
\
get-active-connections-dbus-glib.c
\
list-connections-dbus.c
\
list-connections-dbus
-glib
.c
\
list-connections-libnm-glib.c
\
get-ap-info-libnm-glib.c
examples/C/list-connections-dbus.c
→
examples/C/list-connections-dbus
-glib
.c
View file @
3b0916d6
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment