summary refs log tree commit diff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am29
1 files changed, 5 insertions, 24 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2fea947b..f008956d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,26 +1,7 @@
-GENERATE_SETTINGS_SPEC_SOURCE = generate-settings-spec.c
-
-AM_CPPFLAGS = \
-	-I$(top_srcdir)/include \
-	-I$(top_builddir)/include \
-	-I$(top_srcdir)/libnm-util \
-	-I$(top_builddir)/libnm-util \
-	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
-	$(GLIB_CFLAGS) \
-	$(DBUS_CFLAGS)
-
-noinst_PROGRAMS = \
-	generate-settings-spec
-
-generate_settings_spec_SOURCES = \
-	$(GENERATE_SETTINGS_SPEC_SOURCE)
-
-generate_settings_spec_LDADD = \
-	$(top_builddir)/libnm-util/libnm-util.la \
-	$(GLIB_LIBS) \
-	$(DBUS_LIBS)
-
 EXTRA_DIST = \
-	doc-generator.xsl \
 	check-exports.sh \
-	$(GENERATE_SETTINGS_SPEC_SOURCE)
+	debug-helper.py \
+	doc-generator.xsl \
+	run-test-valgrind.sh \
+	test-networkmanager-service.py \
+	test-sudo-wrapper.sh