mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 01:27:14 +02:00
Install all the headers in includdir/openlibm
This commit is contained in:
parent
05f9de6c05
commit
5840cef4ad
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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)/
|
||||
|
|
Loading…
Add table
Reference in a new issue