Browse Source

Fix hlr_auc_gw build with CONFIG_WPA_TRACE=y

Jouni Malinen 14 years ago
parent
commit
e5851439e3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hostapd/Makefile

+ 2 - 0
hostapd/Makefile

@@ -63,12 +63,14 @@ CFLAGS += -DHOSTAPD
 ifdef CONFIG_WPA_TRACE
 ifdef CONFIG_WPA_TRACE
 CFLAGS += -DWPA_TRACE
 CFLAGS += -DWPA_TRACE
 OBJS += ../src/utils/trace.o
 OBJS += ../src/utils/trace.o
+HOBJS += ../src/utils/trace.o
 LDFLAGS += -rdynamic
 LDFLAGS += -rdynamic
 CFLAGS += -funwind-tables
 CFLAGS += -funwind-tables
 ifdef CONFIG_WPA_TRACE_BFD
 ifdef CONFIG_WPA_TRACE_BFD
 CFLAGS += -DWPA_TRACE_BFD
 CFLAGS += -DWPA_TRACE_BFD
 LIBS += -lbfd
 LIBS += -lbfd
 LIBS_c += -lbfd
 LIBS_c += -lbfd
+LIBS_h += -lbfd
 endif
 endif
 endif
 endif