diff options
Diffstat (limited to 'examples/lua/lgi/Makefile.am')
| -rw-r--r-- | examples/lua/lgi/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/lua/lgi/Makefile.am b/examples/lua/lgi/Makefile.am new file mode 100644 index 00000000..ce5c8f5c --- /dev/null +++ b/examples/lua/lgi/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST = \ + add-connection.lua \ + list-connections.lua \ + list-devices.lua \ + show-wifi-networks.lua \ + get-basic-nm-info.lua \ + get-ips.lua \ + change-vpn-username.lua \ + deactivate-all.lua |