From 5840cef4ad1a6d192e70f209364350df50c97637 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 24 Feb 2016 10:34:57 +0530 Subject: [PATCH] Install all the headers in includdir/openlibm --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1af34fb..6cf4d39 100644 --- a/Makefile +++ b/Makefile @@ -68,5 +68,6 @@ install: all openlibm.pc mkdir -p $(DESTDIR)$(includedir)/openlibm cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/ cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/ - cp -f -a include/*.h $(DESTDIR)$(includedir)/ + cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm + cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/