From: Jouni Malinen Date: Tue, 23 Nov 2010 23:10:48 +0000 (+0200) Subject: Fix hlr_auc_gw build with CONFIG_WPA_TRACE=y X-Git-Tag: hostap-1-bp~747 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5851439e30a63e10ac98f3c32fc1c00448a22d9;p=thirdparty%2Fhostap.git Fix hlr_auc_gw build with CONFIG_WPA_TRACE=y --- diff --git a/hostapd/Makefile b/hostapd/Makefile index 887a62f12..bb5e387c6 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -63,12 +63,14 @@ CFLAGS += -DHOSTAPD ifdef CONFIG_WPA_TRACE CFLAGS += -DWPA_TRACE OBJS += ../src/utils/trace.o +HOBJS += ../src/utils/trace.o LDFLAGS += -rdynamic CFLAGS += -funwind-tables ifdef CONFIG_WPA_TRACE_BFD CFLAGS += -DWPA_TRACE_BFD LIBS += -lbfd LIBS_c += -lbfd +LIBS_h += -lbfd endif endif