From 14bb9419a0886e4bcbbef3851084b614cd6f5790 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 7 Dec 2015 15:50:40 +0100 Subject: [PATCH] examples: add README for python-networkmanager NetworkManager library --- configure.ac | 1 + examples/python/Makefile.am | 2 +- examples/python/python-networkmanager/Makefile.am | 2 ++ examples/python/python-networkmanager/README | 6 ++++++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 examples/python/python-networkmanager/Makefile.am create mode 100644 examples/python/python-networkmanager/README diff --git a/configure.ac b/configure.ac index 112f4e5d70..a29602bc50 100644 --- a/configure.ac +++ b/configure.ac @@ -1087,6 +1087,7 @@ examples/shell/Makefile examples/python/Makefile examples/python/dbus/Makefile examples/python/gi/Makefile +examples/python/python-networkmanager/Makefile examples/ruby/Makefile examples/lua/Makefile examples/lua/lgi/Makefile diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am index 3b6a41f494..cd3ce3ed90 100644 --- a/examples/python/Makefile.am +++ b/examples/python/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS= dbus gi +SUBDIRS= dbus gi python-networkmanager diff --git a/examples/python/python-networkmanager/Makefile.am b/examples/python/python-networkmanager/Makefile.am new file mode 100644 index 0000000000..45fe750c45 --- /dev/null +++ b/examples/python/python-networkmanager/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = \ + README diff --git a/examples/python/python-networkmanager/README b/examples/python/python-networkmanager/README new file mode 100644 index 0000000000..00805d8244 --- /dev/null +++ b/examples/python/python-networkmanager/README @@ -0,0 +1,6 @@ +There is a client library in Python, named python-networkmanager. + +This library is developed outside of the core NetworkManager project. + +See https://github.com/seveas/python-networkmanager +and https://github.com/seveas/python-networkmanager/tree/master/examples