Browse Source

Install all the headers in includdir/openlibm

Viral B. Shah 9 years ago
parent
commit
5840cef4ad
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
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)/