Skip to content

Commit 5840cef

Browse files
committed
Install all the headers in includdir/openlibm
1 parent 05f9de6 commit 5840cef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ install: all openlibm.pc
6868
mkdir -p $(DESTDIR)$(includedir)/openlibm
6969
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
7070
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
71-
cp -f -a include/*.h $(DESTDIR)$(includedir)/
71+
cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm
72+
cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm
7273
cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/

0 commit comments

Comments
 (0)