adjusting to include full install

This commit is contained in:
talksik
2024-01-27 12:15:37 -08:00
parent fc2b7be765
commit 168350fdb6
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ capi: default
./build capi
install:
cp uSockets/uSockets.a "$(DESTDIR)$(prefix)/lib"
cp uSockets/src/libusockets.h "$(DESTDIR)$(prefix)/include"
mkdir -p "$(DESTDIR)$(prefix)/include/uWebSockets"
cp -r src/* "$(DESTDIR)$(prefix)/include/uWebSockets"