summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:03:52 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-29 22:03:52 +0000
commit8d72c1d7a93de17532b23dcba92745e6fcaeaf9b (patch)
treeee976a3e44c7473a002dc8d559e75c417602ce51 /Makefile
parent75c2696ea305252efc813e2b054bed1ba86c7dec (diff)
make an initial split of dahdi/kernel.h into userspace- and kernelspace-specific parts
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4628 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94ed5aa..a6ddccc 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,7 @@ uninstall-firmware:
install-include:
install -D -m 644 include/dahdi/kernel.h $(DESTDIR)/usr/include/dahdi/kernel.h
install -D -m 644 include/dahdi/user.h $(DESTDIR)/usr/include/dahdi/user.h
+ install -D -m 644 include/dahdi/fasthdlc.h $(DESTDIR)/usr/include/dahdi/fasthdlc.h
# Include any driver-specific header files here
install -D -m 644 include/dahdi/wctdm_user.h $(DESTDIR)/usr/include/dahdi/wctdm_user.h