summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 43f0f7b..b0f1eb5 100755
--- a/Makefile
+++ b/Makefile
@@ -265,6 +265,8 @@ install: all devices $(LIBTONEZONE)
mkdir -p $(INSTALL_PREFIX)/usr/lib
install -m 755 $(LIBTONEZONE) $(INSTALL_PREFIX)/usr/lib
+
+ mkdir -p $(INSTALL_PREFIX)/usr/include/linux
install -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/linux
install -m 644 torisa.h $(INSTALL_PREFIX)/usr/include/linux
install -m 644 tonezone.h $(INSTALL_PREFIX)/usr/include