diff options
Diffstat (limited to 'examples/python')
| -rw-r--r-- | examples/python/Makefile.in | 2 | ||||
| -rwxr-xr-x | examples/python/add-connection.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/python/Makefile.in b/examples/python/Makefile.in index a2d54eaf..e2dea30a 100644 --- a/examples/python/Makefile.in +++ b/examples/python/Makefile.in @@ -151,6 +151,7 @@ DEPDIR = @DEPDIR@ DHCLIENT_PATH = @DHCLIENT_PATH@ DHCPCD_PATH = @DHCPCD_PATH@ DLLTOOL = @DLLTOOL@ +DNSMASQ_PATH = @DNSMASQ_PATH@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -173,6 +174,7 @@ GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ GNUTLS_LIBS = @GNUTLS_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ diff --git a/examples/python/add-connection.py b/examples/python/add-connection.py index 24b3f600..6df14c10 100755 --- a/examples/python/add-connection.py +++ b/examples/python/add-connection.py @@ -21,7 +21,7 @@ # This example adds a new ethernet connection via AddConnection() D-Bus call. # # Configuration settings are described at -# http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html +# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html # import socket, struct, dbus, uuid |