Use thin archives to allow libraries to be merged

This allows libeap.a and libeap.so to be built by merging in multiple
libraries from src subdirectories. In addition, this avoids wasting
extra space and time for local builds.
This commit is contained in:
Jouni Malinen 2009-12-06 13:49:31 +02:00
parent f721aed4b1
commit 4bb1228e1c
3 changed files with 14 additions and 9 deletions

View file

@ -49,6 +49,6 @@ LIB_OBJS += fips_prf_internal.o
libcrypto.a: $(LIB_OBJS)
$(AR) cr $@ $(LIB_OBJS)
$(AR) crT $@ $?
-include $(OBJS:%.o=%.d)