Updated through tag hostap_2_5 from git://w1.fi/hostap.git
[mech_eap.git] / libeap / src / utils / Makefile
index 527cf3e..8aad813 100644 (file)
@@ -1,7 +1,7 @@
 all: libutils.a
 
 clean:
-       rm -f *~ *.o *.d libutils.a
+       rm -f *~ *.o *.d *.gcno *.gcda *.gcov libutils.a
 
 install:
        @echo Nothing to be made.
@@ -11,9 +11,11 @@ include ../lib.rules
 
 #CFLAGS += -DWPA_TRACE
 CFLAGS += -DCONFIG_IPV6
+CFLAGS += -DCONFIG_DEBUG_FILE
 
 LIB_OBJS= \
        base64.o \
+       bitfield.o \
        common.o \
        ip_addr.o \
        radiotap.o \
@@ -28,6 +30,9 @@ LIB_OBJS += os_unix.o
 # Pick correct event loop implementation
 LIB_OBJS += eloop.o
 
+# Pick correct edit implementation
+LIB_OBJS += edit.o
+
 #LIB_OBJS += pcsc_funcs.o
 
 libutils.a: $(LIB_OBJS)