search for: cc_mod

Displaying 1 result from an estimated 1 matches for "cc_mod".

Did you mean: cs_mod
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
...for PBX applications # # Copyright (C) 1999-2006, Digium, Inc. # # This program is free software, distributed under the terms of # the GNU General Public License # -include ../menuselect.makeopts ../menuselect.makedeps C_MODS:=$(filter-out $(MENUSELECT_APPS),$(patsubst %.c,%,$(wildcard app_*.c))) CC_MODS:=$(filter-out $(MENUSELECT_APPS),$(patsubst %.cc,%,$(wildcard app_*.cc))) LOADABLE_MODS:=$(C_MODS) $(CC_MODS) ifneq ($(findstring apps,$(MENUSELECT_EMBED)),) EMBEDDED_MODS:=$(LOADABLE_MODS) LOADABLE_MODS:= endif ifneq ($(findstring ODBC_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),) MENUSEL...