summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-22 20:33:36 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-07-22 20:33:36 +0000
commit37170c14e1e077d6835d074fef9ab2e911edb4ca (patch)
tree98bb9aba2ff1a618a495b881d091a3f5ea9870fb /Makefile
parentfaece2b67e5d05c77d1dd40ba23225bd7b20c1e7 (diff)
install tonezone.h during 'install-include' and remove any DAHDI header files during 'install-include' as well
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4432 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0d091d..e9262c6 100644
--- a/Makefile
+++ b/Makefile
@@ -480,7 +480,6 @@ ifneq (no,$(USE_SELINUX))
/sbin/restorecon -v $(DESTDIR)$(LIB_DIR)/$(LTZ_SO)
endif
endif
- $(INSTALL) -D -m 644 tonezone.h $(DESTDIR)$(INC_DIR)/tonezone.h
install-utils-subdirs:
@for dir in $(SUBDIRS_UTILS); do \
@@ -489,6 +488,8 @@ install-utils-subdirs:
install-include:
$(INSTALL) -D -m 644 kernel/zaptel.h $(DESTDIR)$(INC_DIR)/zaptel.h
+ $(INSTALL) -D -m 644 tonezone.h $(DESTDIR)$(INC_DIR)/tonezone.h
+ @rm -rf $(DESTDIR)$(includedir)/dahdi
devices:
ifneq (yes,$(DYNFS))