X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=blobdiff_plain;f=Makefile.am;h=1b5e7e92ec03f40d90570262dd03cec23e187519;hp=0139f95e82e0eb268e96742cc637f8cc8b46a670;hb=21ef3b742e6031cb40d0da94015aced31fc18be2;hpb=6a1b0fb170c7d66559935a6a4f8ee0e2bfdbf485 diff --git a/Makefile.am b/Makefile.am index 0139f95e..1b5e7e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -301,6 +301,7 @@ EXTRA_DIST += \ util_PROGRAMS = \ src/utils/network-phy-list-channels \ + src/utils/network-phy-list-ciphers \ src/utils/network-phy-list-ht-caps \ src/utils/network-phy-list-vht-caps @@ -310,6 +311,12 @@ src_utils_network_phy_list_channels_SOURCES = \ src_utils_network_phy_list_channels_LDADD = \ src/libnetwork.la +src_utils_network_phy_list_ciphers_SOURCES = \ + src/utils/network-phy-list-ciphers.c + +src_utils_network_phy_list_ciphers_LDADD = \ + src/libnetwork.la + src_utils_network_phy_list_ht_caps_SOURCES = \ src/utils/network-phy-list-ht-caps.c