We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f9de6 commit 5840cefCopy full SHA for 5840cef
1 file changed
Makefile
@@ -68,5 +68,6 @@ install: all openlibm.pc
68
mkdir -p $(DESTDIR)$(includedir)/openlibm
69
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
70
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
71
- cp -f -a include/*.h $(DESTDIR)$(includedir)/
+ cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm
72
+ cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm
73
cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/
0 commit comments