patch-Makefile 498 B

1234567891011
  1. --- asterisk-1.6.2.10.orig/Makefile 2010-06-10 22:35:06.000000000 +0200
  2. +++ asterisk-1.6.2.10/Makefile 2010-07-26 19:10:40.000000000 +0200
  3. @@ -289,7 +289,7 @@ endif
  4. _ASTCFLAGS+=$(OPTIONS)
  5. -MOD_SUBDIRS:=channels pbx apps codecs formats cdr bridges funcs tests main res $(LOCAL_MOD_SUBDIRS)
  6. +MOD_SUBDIRS:=channels pbx apps codecs formats cdr bridges funcs main res $(LOCAL_MOD_SUBDIRS)
  7. OTHER_SUBDIRS:=utils agi
  8. SUBDIRS:=$(OTHER_SUBDIRS) $(MOD_SUBDIRS)
  9. SUBDIRS_INSTALL:=$(SUBDIRS:%=%-install)