[zaptel-commits] kpfleming: branch 1.4 r4432 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Tue Jul 22 15:33:37 CDT 2008


Author: kpfleming
Date: Tue Jul 22 15:33:36 2008
New Revision: 4432

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4432
Log:
install tonezone.h during 'install-include' and remove any DAHDI header files during 'install-include' as well

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4432&r1=4431&r2=4432
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Jul 22 15:33:36 2008
@@ -480,7 +480,6 @@
 	/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-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))




More information about the zaptel-commits mailing list