mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-15 12:17:36 +00:00
ce3d56920b
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
21 lines
448 B
Makefile
21 lines
448 B
Makefile
#
|
|
# Asterisk -- An open source telephony toolkit.
|
|
#
|
|
# Makefile for bridging modules
|
|
#
|
|
# Copyright (C) 2005-2007, Digium, Inc.
|
|
#
|
|
# This program is free software, distributed under the terms of
|
|
# the GNU General Public License
|
|
#
|
|
|
|
-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
|
|
|
|
MODULE_PREFIX=bridge
|
|
MENUSELECT_CATEGORY=BRIDGES
|
|
MENUSELECT_DESCRIPTION=Bridging Modules
|
|
|
|
all: _all
|
|
|
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|