From 37170c14e1e077d6835d074fef9ab2e911edb4ca Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 22 Jul 2008 20:33:36 +0000 Subject: 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- cgit v1.2.3