From bd2a3d973f204cb331a7230399eab7d0de923b9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 9 Dec 2019 21:55:12 +0100 Subject: [PATCH] :wrench: Install all headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fba7044..a0e823d1 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ install: ${PRG} @install scripts/gwion-pkg ${DESTDIR}/${PREFIX}/bin/gwion-pkg @rm gwion-config @mkdir -p ${DESTDIR}/${PREFIX}/include/gwion - @cp include/*.h ${DESTDIR}/${PREFIX}/include/gwion + @cp -r include/* ${DESTDIR}/${PREFIX}/include/gwion uninstall: $(info uninstalling ${GWION_PACKAGE} from ${PREFIX}) -- 2.43.0