From: Jouni Malinen Date: Sun, 6 Dec 2009 16:30:12 +0000 (+0200) Subject: Fix some issues with test program builds X-Git-Tag: hostap_0_7_1~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed4d574886868f3678b99f9ad483abb236b34ac;p=thirdparty%2Fhostap.git Fix some issues with test program builds --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index c38851f12..655039a29 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -632,13 +632,14 @@ OBJS_h += ../src/radius/radius_client.o endif ifdef CONFIG_AUTHENTICATOR -OBJS_h += ../eapol_auth/eapol_auth_sm.o +OBJS_h += ../src/eapol_auth/eapol_auth_sm.o OBJS_h += ../hostapd/ieee802_1x.o endif ifdef CONFIG_WPA_AUTHENTICATOR OBJS_h += ../hostapd/wpa.o OBJS_h += ../hostapd/wpa_auth_ie.o +OBJS_h += ../hostapd/pmksa_cache.o ifdef CONFIG_IEEE80211R OBJS_h += ../hostapd/wpa_ft.o endif