]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Fix D-Bus P2P interface location in Android.mk
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 15 Nov 2011 16:35:58 +0000 (18:35 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 15 Nov 2011 16:35:58 +0000 (18:35 +0200)
This was supposed to be in the new D-Bus interface block, not in
the old one.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

wpa_supplicant/Android.mk

index 7a76bc466efb03fb7ba9ac3ae64060584e00b741..d2fa7db55441ca927f8f60b3e3eef4b89b0a71af 100644 (file)
@@ -1164,9 +1164,6 @@ DBUS_OBJS += dbus/dbus_old.c dbus/dbus_old_handlers.c
 ifdef CONFIG_WPS
 DBUS_OBJS += dbus/dbus_old_handlers_wps.c
 endif
-ifdef CONFIG_P2P
-DBUS_OBJS += dbus/dbus_new_handlers_p2p.c
-endif
 DBUS_OBJS += dbus/dbus_dict_helpers.c
 ifndef DBUS_LIBS
 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
@@ -1197,6 +1194,9 @@ DBUS_OBJS += dbus/dbus_new.c dbus/dbus_new_handlers.c
 ifdef CONFIG_WPS
 DBUS_OBJS += dbus/dbus_new_handlers_wps.c
 endif
+ifdef CONFIG_P2P
+DBUS_OBJS += dbus/dbus_new_handlers_p2p.c
+endif
 ifndef DBUS_LIBS
 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
 endif