From dc910012f927af52758411378932bd5a9349372f Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Sat, 19 Mar 2022 10:20:24 +0000 Subject: Makefile: include header file in install-lib * install numericx.h with Makefile rule install-lib Signed-off-by: Daniel Santos --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 09212b9..e407598 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ libs: libnumericx.a libnumericx.so install-lib: libnumericx.so $(INSTALL) -m 755 lib/shared/libnumericx.so $(prefix)/lib/ + $(INSTALL) -m 644 numericx.h $(prefix)/include/ .PHONY: doc doc: -- cgit 1.4.1-2-gfad0