summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-15 14:31:18 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-15 14:31:18 +0000
commit5430f83fe05b5b1d7f7ee545a9cfcf3e67d8c69b (patch)
tree4efc57ce75e39824dae71c04910c6c2603530c08
parent47d58520eed5b098d5579a7dee1a4c9f03185e05 (diff)
Make sure /usr/include/linux exists
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@409 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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