build: merge "examples/Makefile.am" into toplevel Makefile

This commit is contained in:
Thomas Haller 2016-10-18 14:01:56 +02:00
parent b648772fc4
commit 351851cf27
13 changed files with 59 additions and 75 deletions

View file

@ -81,7 +81,6 @@ GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM
SUBDIRS = \
. \
po \
examples \
docs/libnm \
docs/api

View file

@ -118,3 +118,62 @@ EXTRA_DIST += \
examples/C/qt/change-ipv4-addresses.cpp \
examples/C/qt/monitor-nm-running.cpp
###############################################################################
# examples
###############################################################################
EXTRA_DIST += \
examples/dispatcher/10-ifcfg-rh-routes.sh \
examples/dispatcher/70-wifi-wired-exclusive.sh \
\
examples/lua/lgi/add-connection.lua \
examples/lua/lgi/list-connections.lua \
examples/lua/lgi/list-devices.lua \
examples/lua/lgi/show-wifi-networks.lua \
examples/lua/lgi/get-basic-nm-info.lua \
examples/lua/lgi/get-ips.lua \
examples/lua/lgi/change-vpn-username.lua \
examples/lua/lgi/deactivate-all.lua \
\
examples/python/dbus/nm-state.py \
examples/python/dbus/add-connection.py \
examples/python/dbus/add-connection-compat.py \
examples/python/dbus/add-wifi-eap-connection.py \
examples/python/dbus/add-wifi-psk-connection.py \
examples/python/dbus/vpn.py \
examples/python/dbus/update-secrets.py \
examples/python/dbus/list-connections.py \
examples/python/dbus/show-bssids.py \
examples/python/dbus/disconnect-device.py \
examples/python/dbus/get-active-connection-uuids.py \
examples/python/dbus/list-devices.py \
examples/python/dbus/update-ip4-method.py \
examples/python/dbus/is-wwan-default.py \
examples/python/dbus/wifi-hotspot.py \
examples/python/dbus/create-bond.py \
examples/python/dbus/wifi-active-ap.py\
\
examples/python/gi/list-connections.py \
examples/python/gi/device-state-ip4config.py \
examples/python/gi/firewall-zone.py \
examples/python/gi/show-wifi-networks.py \
examples/python/gi/get_ips.py \
examples/python/gi/add_connection.py \
examples/python/gi/get-active-connections.py \
examples/python/gi/update-ip4-method.py \
examples/python/gi/deactivate-all.py \
examples/python/gi/README \
\
examples/python/python-networkmanager/README \
\
examples/ruby/add-connection.rb \
examples/ruby/get-basic-nm-info.rb \
examples/ruby/list-devices.rb \
\
examples/shell/nm-logging.sh \
examples/shell/get-hostname.sh \
examples/shell/list-devices.sh \
examples/shell/disconnect-device.sh \
examples/shell/active-wifi.sh \
\
$(NULL)

View file

@ -1151,16 +1151,6 @@ docs/libnm-util/version.xml
docs/libnm/Makefile
docs/libnm/version.xml
NetworkManager.pc
examples/Makefile
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
examples/dispatcher/Makefile
])
AC_CONFIG_SUBDIRS([libndp])
AC_OUTPUT

View file

@ -1,6 +0,0 @@
SUBDIRS= \
shell \
python \
ruby \
lua \
dispatcher

View file

@ -1,4 +0,0 @@
EXTRA_DIST = \
10-ifcfg-rh-routes.sh \
70-wifi-wired-exclusive.sh

View file

@ -1,2 +0,0 @@
SUBDIRS= lgi

View file

@ -1,9 +0,0 @@
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

View file

@ -1,2 +0,0 @@
SUBDIRS= dbus gi python-networkmanager

View file

@ -1,18 +0,0 @@
EXTRA_DIST = \
nm-state.py \
add-connection.py \
add-connection-compat.py \
add-wifi-eap-connection.py \
add-wifi-psk-connection.py \
vpn.py \
update-secrets.py \
list-connections.py \
show-bssids.py \
disconnect-device.py \
get-active-connection-uuids.py \
list-devices.py \
update-ip4-method.py \
is-wwan-default.py \
wifi-hotspot.py \
create-bond.py \
wifi-active-ap.py

View file

@ -1,11 +0,0 @@
EXTRA_DIST = \
list-connections.py \
device-state-ip4config.py \
firewall-zone.py \
show-wifi-networks.py \
get_ips.py \
add_connection.py \
get-active-connections.py \
update-ip4-method.py \
deactivate-all.py \
README

View file

@ -1,2 +0,0 @@
EXTRA_DIST = \
README

View file

@ -1,4 +0,0 @@
EXTRA_DIST = \
add-connection.rb \
get-basic-nm-info.rb \
list-devices.rb

View file

@ -1,6 +0,0 @@
EXTRA_DIST = \
nm-logging.sh \
get-hostname.sh \
list-devices.sh \
disconnect-device.sh \
active-wifi.sh