automake build system
[mech_eap.orig] / src / utils / Makefile
index 7cb8dc1..527cf3e 100644 (file)
@@ -1,7 +1,6 @@
 all: libutils.a
 
 clean:
-       for d in $(SUBDIRS); do make -C $$d clean; done
        rm -f *~ *.o *.d libutils.a
 
 install:
@@ -11,6 +10,7 @@ install:
 include ../lib.rules
 
 #CFLAGS += -DWPA_TRACE
+CFLAGS += -DCONFIG_IPV6
 
 LIB_OBJS= \
        base64.o \