]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix some issues with test program builds
authorJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 16:30:12 +0000 (18:30 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 16:30:12 +0000 (18:30 +0200)
wpa_supplicant/Makefile

index c38851f125b85302d9a7e3e1c1075e42d5fb9240..655039a295feee19819ab2c0f69ee34677a931de 100644 (file)
@@ -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