As pointed out on the -dev list, actually use the result of find_peer() so that
[asterisk-bristuff.git] / formats / Makefile
blob4834701032d9196f4dfc8fb9285b786d7596a308
2 # Asterisk -- A telephony toolkit for Linux.
3 #
4 # Makefile for file format modules
6 # Copyright (C) 1999-2006, Digium, Inc.
8 # This program is free software, distributed under the terms of
9 # the GNU General Public License
12 -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
14 MODULE_PREFIX=format
15 MENUSELECT_CATEGORY=FORMATS
16 MENUSELECT_DESCRIPTION=Format Interpreters
18 all: _all
20 include $(ASTTOPDIR)/Makefile.moddir_rules