aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-11-24 12:27:48 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:11 +0100
commit5143226fec0d1192f7a502ec227e5038ac332fd7 (patch)
tree6c1e3ad590164b81ee28e9706336701c21fabaee /utils
parentb546c19ae52e2f2e1d8e648d7a61261263c0a6c6 (diff)
utils,swi-update: include in build
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 4145418..6f20bbb 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,5 +1,6 @@
bin_SCRIPTS = qmi-network
+noinst_PROGRAMS = swi-update
qmi-network: qmi-network.in
$(AM_V_GEN) sed -e s,@VERSION\@,$(VERSION), $< > $@.tmp && mv $@.tmp $@