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

This commit is contained in:
Thomas Haller 2016-10-17 14:36:16 +02:00
parent b4372070a6
commit f9b6042441
3 changed files with 8 additions and 10 deletions

View File

@ -53,7 +53,6 @@ SUBDIRS = \
src \
dispatcher \
clients \
tools \
data \
po \
man \
@ -1776,6 +1775,14 @@ EXTRA_DIST += \
shared/nm-utils/unaligned.h \
shared/nm-version-macros.h.in \
\
tools/check-exports.sh \
tools/create-exports-NetworkManager.sh \
tools/debug-helper.py \
tools/run-nm-test.sh \
tools/test-networkmanager-service.py \
tools/test-sudo-wrapper.sh \
tools/enums-to-docbook.pl \
\
$(NULL)
BUILT_SOURCES += \

View File

@ -1170,7 +1170,6 @@ libnm-glib/Makefile
libnm-glib/tests/Makefile
dispatcher/Makefile
dispatcher/tests/Makefile
tools/Makefile
clients/Makefile
clients/cli/Makefile
clients/tui/Makefile

View File

@ -1,8 +0,0 @@
EXTRA_DIST = \
check-exports.sh \
create-exports-NetworkManager.sh \
debug-helper.py \
run-nm-test.sh \
test-networkmanager-service.py \
test-sudo-wrapper.sh \
enums-to-docbook.pl