P2P: Send WPS-FAIL event to parent interface, too
[libeap.git] / src / crypto / Makefile
index c7ba82f..69aa16a 100644 (file)
@@ -1,7 +1,6 @@
 all: libcrypto.a
 
 clean:
-       for d in $(SUBDIRS); do make -C $$d clean; done
        rm -f *~ *.o *.d libcrypto.a
 
 install:
@@ -44,11 +43,14 @@ LIB_OBJS= \
        sha256-internal.o
 
 LIB_OBJS += crypto_internal.o
+LIB_OBJS += crypto_internal-cipher.o
+LIB_OBJS += crypto_internal-modexp.o
+LIB_OBJS += crypto_internal-rsa.o
 LIB_OBJS += tls_internal.o
 LIB_OBJS += fips_prf_internal.o
 
 
 libcrypto.a: $(LIB_OBJS)
-       $(AR) cr $@ $(LIB_OBJS)
+       $(AR) crT $@ $?
 
 -include $(OBJS:%.o=%.d)