NetworkManager/examples/lua/lgi/Makefile.am
Jiří Klimeš 21c9c7e21c examples: add a Lua example getting IP configuration of a device
Unfortunately, there is a bug in lgi library causing the incorrect values
being returned and the example crashes. I am going to send a patch to lgi
to fix the issues.
2015-02-10 10:35:41 +01:00

7 lines
145 B
Makefile

EXTRA_DIST = \
add-connection.lua \
list-connections.lua \
list-devices.lua \
show-wifi-networks.lua \
get-basic-nm-info.lua \
get-ips.lua