diff --git a/lib/Makefile b/lib/Makefile index 8846164a8a9a..c52d9dffd72f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -252,4 +252,7 @@ _libusbhid= libusbhid _libusb= libusb .endif +afterinstall: + ln -fs ../include ${DESTDIR}/usr/lib/include + .include