summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-08-05 20:11:17 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-05 21:02:28 +0000
commit00212716ee5eefd57e4df5a6bc811d5a30fde0d4 (patch)
tree03dbafffde21f3cb85938932e0f545c8ac9b2934 /utils
parent748e4fbdae337995a6285790bd3fdc0324eec280 (diff)
build: Remove autotools
To avoid the burden of maintaining multiple build systems, autotools support has been removed.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
deleted file mode 100644
index 6f20bbb..0000000
--- a/utils/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-
-bin_SCRIPTS = qmi-network
-noinst_PROGRAMS = swi-update
-
-qmi-network: qmi-network.in
- $(AM_V_GEN) sed -e s,@VERSION\@,$(VERSION), $< > $@.tmp && mv $@.tmp $@
- @chmod a+x $@
-
-EXTRA_DIST = qmi-network.in
-
-CLEANFILES = qmi-network