From bfb60f640a250267e421e3f91453bdeb845288bd Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 31 Oct 2018 01:46:27 +0200 Subject: copy the include files :/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 022a22b..b53df4c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ install-pkgconfig: $(pkgconfigs) install -Dm755 $^ -t "$(DESTDIR)$(PREFIX)$(pkgconfigdir)" install-include: - install -Dm755 -d include/alsa "$(DESTDIR)$(PREFIX)$(includedir)" + cp -r include "$(DESTDIR)$(PREFIX)$(includedir)" install: install-lib install-symlinks install-pkgconfig install-include -- cgit v1.2.3