X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=Makefile.local;h=8d2475bb272ba9d31c992926d9f7400df68ed6cf;hp=7660d726089fbcde74a972c08aa8352caebe5c5f;hb=7e1685c0ea738d7f1d9347168a966daa318befb3;hpb=5169acf1de805f8ad277554f6ec064e8f36111c3 diff --git a/Makefile.local b/Makefile.local index 7660d72..8d2475b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -118,8 +118,12 @@ install: all mkdir -p $(DESTDIR)$(bindir) install fips $(DESTDIR)$(bindir)/fips mkdir -p $(DESTDIR)$(libdir)/fips +ifeq ($(COMPILER_SUPPORTS_32), Yes) install -m0644 libfips-32.so $(DESTDIR)$(libdir)/fips/libfips-32.so +endif +ifeq ($(COMPILER_SUPPORTS_64), Yes) install -m0644 libfips-64.so $(DESTDIR)$(libdir)/fips/libfips-64.so +endif ifeq ($(MAKECMDGOALS), install) @echo "" @echo "Fips is now installed to $(DESTDIR)$(prefix)"