projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d14232
)
build: install bash completion for networkctl
author
Michael Biebl
<biebl@debian.org>
Thu, 19 Nov 2015 16:41:41 +0000
(17:41 +0100)
committer
Michael Biebl
<biebl@debian.org>
Thu, 19 Nov 2015 16:41:41 +0000
(17:41 +0100)
This is a follow-up for commit
e4f246b1b512c68260581c4976d2eb01cf7febdc
.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 058374223298d5acf46ea93c5ca6bed071a5ddf1..2cf43a5a45351b62b5a81e784de9f7d680c3b66e 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-5268,6
+5268,11
@@
networkctl_LDADD = \
libshared.la \
libsystemd-network.la
+if ENABLE_BASH_COMPLETION
+dist_bashcompletion_DATA += \
+ shell-completion/bash/networkctl
+endif
+
test_network_SOURCES = \
src/network/test-network.c