diff options
author | Thomas Haller <thaller@redhat.com> | 2017-01-06 12:27:58 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-01-09 14:50:33 +0100 |
commit | 6fa069fad1887a32d525ee6cce1f55d60ff3fc8d (patch) | |
tree | 6d4e3cf704186024fc3cf0bd875ac59cf616e278 /Makefile.examples | |
parent | f0d40525dfb079820e5dce48360ef6a9a540064a (diff) | |
download | NetworkManager-6fa069fad1887a32d525ee6cce1f55d60ff3fc8d.tar.gz |
example: add example configuration snippet '30-anon.conf'th/stable-id-bgo776904
Diffstat (limited to 'Makefile.examples')
-rw-r--r-- | Makefile.examples | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.examples b/Makefile.examples index fcad852286..61c2b1df6e 100644 --- a/Makefile.examples +++ b/Makefile.examples @@ -137,6 +137,8 @@ EXTRA_DIST += \ examples/lua/lgi/change-vpn-username.lua \ examples/lua/lgi/deactivate-all.lua \ \ + examples/nm-conf.d/30-anon.conf \ + \ examples/python/dbus/nm-state.py \ examples/python/dbus/add-connection.py \ examples/python/dbus/add-connection-compat.py \ |