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 c38851f..655039a 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