Fix some issues with test program builds

This commit is contained in:
Jouni Malinen 2009-12-06 18:30:12 +02:00
parent 5c90d47657
commit bed4d57488

View 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