mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	This new macro allows a single line to add all additional sources to a module. This helps prevent modules from missing steps, and makes future changes easier since they can be made in a single place. ASTERISK-24960 #close Reported by: Corey Farrell Change-Id: I38f12d8b72c5e7bb37a879b2fb51761a2855eb4b
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Asterisk -- A telephony toolkit for Linux.
 | |
| #
 | |
| # Generated Makefile for res_ari dependencies.
 | |
| #
 | |
| # Copyright (C) 2013, Digium, Inc.
 | |
| #
 | |
| # This program is free software, distributed under the terms of
 | |
| # the GNU General Public License
 | |
| #
 | |
| 
 | |
| #
 | |
| # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 | |
| # !!!!!                               DO NOT EDIT                        !!!!!
 | |
| # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 | |
| # This file is generated by a template. Please see the original template at
 | |
| # rest-api-templates/ari.make.mustache
 | |
| #
 | |
| 
 | |
| $(call MOD_ADD_C,res_ari_asterisk,ari/resource_asterisk.c)
 | |
| $(call MOD_ADD_C,res_ari_endpoints,ari/resource_endpoints.c)
 | |
| $(call MOD_ADD_C,res_ari_channels,ari/resource_channels.c)
 | |
| $(call MOD_ADD_C,res_ari_bridges,ari/resource_bridges.c)
 | |
| $(call MOD_ADD_C,res_ari_recordings,ari/resource_recordings.c)
 | |
| $(call MOD_ADD_C,res_ari_sounds,ari/resource_sounds.c)
 | |
| $(call MOD_ADD_C,res_ari_playbacks,ari/resource_playbacks.c)
 | |
| $(call MOD_ADD_C,res_ari_device_states,ari/resource_device_states.c)
 | |
| $(call MOD_ADD_C,res_ari_mailboxes,ari/resource_mailboxes.c)
 | |
| $(call MOD_ADD_C,res_ari_events,ari/resource_events.c)
 | |
| $(call MOD_ADD_C,res_ari_applications,ari/resource_applications.c)
 |