diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-04 11:31:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-04 11:31:59 +0200 |
commit | 5119d304ffe4d1bcac27626c842413f5f2defe0d (patch) | |
tree | 885cf6798f613b967fe2c0acd387af9cc371761a /Makefile.am | |
parent | f8e2f4d6a0c6bcb5a03abe580d657b932cdb9798 (diff) | |
parent | 7c285c74190e827c18a336f882cf4d9dcf4ee02a (diff) |
Merge pull request #3156 from keszybz/duid-settings
Rework DUID setting
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a05c7ce4db..cf4e75996d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5515,6 +5515,12 @@ networkctl_LDADD = \ dist_bashcompletion_data += \ shell-completion/bash/networkctl +test_networkd_conf_SOURCES = \ + src/network/test-networkd-conf.c + +test_networkd_conf_LDADD = \ + libnetworkd-core.la + test_network_SOURCES = \ src/network/test-network.c @@ -5540,6 +5546,7 @@ test_network_tables_LDADD += \ endif tests += \ + test-networkd-conf \ test-network \ test-network-tables |