mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise the build breaks)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -29,6 +29,10 @@ ifeq ($(NEWT_LIB),) | ||||
|   UTILS:=$(filter-out astman,$(UTILS)) | ||||
| endif | ||||
|  | ||||
| ifneq ($(filter pbx_ael.so,$(MENUSELECT_PBX)),) | ||||
|   UTILS:=$(filter-out aelparse,$(UTILS)) | ||||
| endif | ||||
|  | ||||
| all: depend $(UTILS) | ||||
|  | ||||
| install: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user