diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-10-31 01:46:27 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-10-31 01:46:27 +0200 |
commit | bfb60f640a250267e421e3f91453bdeb845288bd (patch) | |
tree | cda95dd87419135860492111e0ba8dccd1579b97 /Makefile | |
parent | 992a3b3ec8ec85f27fb6fcc1d330b40d3bdc0d94 (diff) |
copy the include files :/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |