Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NetworkManager
NetworkManager
Commits
98d5da84
Commit
98d5da84
authored
Feb 15, 2011
by
Dan Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: rename add-connection-glib
parent
ab3816ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.gitignore
.gitignore
+1
-1
examples/C/Makefile.am
examples/C/Makefile.am
+3
-3
examples/C/add-connection-dbus-glib.c
examples/C/add-connection-dbus-glib.c
+0
-0
No files found.
.gitignore
View file @
98d5da84
...
@@ -61,7 +61,7 @@ docs/generate-settings-spec
...
@@ -61,7 +61,7 @@ docs/generate-settings-spec
docs/settings-spec.html
docs/settings-spec.html
docs/spec.html
docs/spec.html
examples/C/add-connection-glib
examples/C/add-connection-
dbus-
glib
examples/C/get-active-connections
examples/C/get-active-connections
examples/C/get-ap-info-libnm-glib
examples/C/get-ap-info-libnm-glib
examples/C/list-connections-dbus
examples/C/list-connections-dbus
...
...
examples/C/Makefile.am
View file @
98d5da84
...
@@ -7,14 +7,14 @@ AM_CPPFLAGS = \
...
@@ -7,14 +7,14 @@ AM_CPPFLAGS = \
$(GLIB_CFLAGS)
$(GLIB_CFLAGS)
noinst_PROGRAMS
=
\
noinst_PROGRAMS
=
\
add-connection-glib
\
add-connection-
dbus-
glib
\
get-active-connections
\
get-active-connections
\
list-connections-dbus
\
list-connections-dbus
\
list-connections-libnm-glib
\
list-connections-libnm-glib
\
get-ap-info-libnm-glib
get-ap-info-libnm-glib
add_connection_glib_SOURCES
=
add-connection-glib.c
add_connection_
dbus_
glib_SOURCES
=
add-connection-
dbus-
glib.c
add_connection_glib_LDADD
=
\
add_connection_
dbus_
glib_LDADD
=
\
$(top_builddir)
/libnm-util/libnm-util.la
\
$(top_builddir)
/libnm-util/libnm-util.la
\
$(DBUS_LIBS)
\
$(DBUS_LIBS)
\
$(GLIB_LIBS)
$(GLIB_LIBS)
...
...
examples/C/add-connection-glib.c
→
examples/C/add-connection-
dbus-
glib.c
View file @
98d5da84
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