Commit 7506ac8d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Make install option work in fipdso (maybe!).

parent a98be6cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ BASEADDR=
SHLIB_MARK=

DIRS=   crypto fips-1.0 ssl $(SHLIB_MARK) apps test tools
SHLIBDIRS= crypto ssl
SHLIBDIRS= crypto ssl fips

# dirs in crypto to build
SDIRS=  objects \
+4 −0
Original line number Diff line number Diff line
@@ -133,6 +133,10 @@ links:

lib:	$(FIPSCANLOC) delexobj
	$(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC)
	if [ "$(FIPSCANLIB)" == "libfips" ]; then \
		$(AR) $(LIB) $(FIPSCANLOC) ; \
		$(RANLIB) $(LIB) || echo Never Mind. ; \
	fi
	$(RANLIB) ../$(FIPSCANLIB).a || echo Never mind.
	@touch lib