diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-25 10:25:55 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-25 10:25:55 (GMT) |
commit | 0e2d35c6145d3fd353b86362d2d3eec45efaf2af (patch) | |
tree | d9d301380a805e2a43c98e1cac965c14a361408b /hostapd/Makefile | |
parent | e5f2b59c7e39bbc0d8b378878f7a92934642d687 (diff) | |
download | hostap-0e2d35c6145d3fd353b86362d2d3eec45efaf2af.zip hostap-0e2d35c6145d3fd353b86362d2d3eec45efaf2af.tar.gz hostap-0e2d35c6145d3fd353b86362d2d3eec45efaf2af.tar.bz2 |
Move ctrl_iface_ap.c into src/ap
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 900bd26..5b34ba8 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -116,7 +116,7 @@ ifdef CONFIG_NO_CTRL_IFACE CFLAGS += -DCONFIG_NO_CTRL_IFACE else OBJS += ctrl_iface.o -OBJS += ctrl_iface_ap.o +OBJS += ../src/ap/ctrl_iface_ap.o endif OBJS += ../src/crypto/md5.o |