diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-06 16:33:19 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-06 16:33:19 +0200 |
commit | 0e574b07f83c0595a71267e273de28c64187b1b6 (patch) | |
tree | 0375b4ce7f56b62f828538ef0377f90aa2c61867 /src/Makefile | |
parent | 912321e93537c409aa4d75866df9b8e855d3e554 (diff) | |
download | external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.zip external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.tar.gz external_wpa_supplicant_8_ti-0e574b07f83c0595a71267e273de28c64187b1b6.tar.bz2 |
Move hlr_auc_gw into hostapd directory
This is a separate program and is used mainly with hostapd, so it is
better to move this into the hostapd subdirectory now that Milenage
code has already been moved into src/crypto. Milenage was the only
generic component in hlr_auc_gw.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8aab4cc..faa5893 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -SUBDIRS=common crypto drivers hlr_auc_gw eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps +SUBDIRS=common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps all: for d in $(SUBDIRS); do [ -d $$d ] && $(MAKE) -C $$d; done |