summaryrefslogtreecommitdiff
path: root/apps/Makefile
AgeCommit message (Expand)Author
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now beRussell Bryant
2006-04-30fix up the app_rpt.o target. oops! (Thanks to Denis Smirnov on the -dev list)Russell Bryant
2006-04-29revert the last change to this Makefile which removed the rules to buildRussell Bryant
2006-04-29remove now useless rule for app_rpt (bug 7059)Luigi Rizzo
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-08remove traces of "look", something that does not exist in the treeRussell Bryant
2006-02-23Move conditional compilation for CURL from apps/ to funcs/Tilghman Lesher
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-11use auto-build for apps, simplify variable settingKevin P. Fleming
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-09remove some Makefile targets for things that don't exist in the treeRussell Bryant
2006-02-02remove obsolete stuffKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-21oops, don't build app_sql_postgres by default ...Russell Bryant
2006-01-21clean up formatting to conform to coding guidelines and fix some typos (issue...Russell Bryant
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-12Bug 6213 - Morse code appTilghman Lesher
2005-12-23Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayuni...Tilghman Lesher
2005-12-15Properly move these functions over to the funcs directory (since they no long...Tilghman Lesher
2005-12-15Make sure the functions CUT and SORT are built.Tilghman Lesher
2005-12-07re-add app_setcallerid since it was not actually marked deprecated in 1.2Russell Bryant
2005-12-07This is the first round of removing applications that were marked as deprecatedRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-21don't hardcode poll.o for DarwinRussell Bryant
2005-11-21issue #5775Russell Bryant
2005-11-11issue #5673Kevin P. Fleming
2005-11-08issue #2720Kevin P. Fleming
2005-11-08issue #5634 and a little ChangeLog cleanupKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-28update Makefile for new app nameKevin P. Fleming
2005-10-18Small paging fixups (bug #5460)Mark Spencer
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)Mark Spencer
2005-10-12Fix "bug" of not being able to page multiple phonesMark Spencer
2005-09-25support new version of OSP toolkit (issue #5168)Kevin P. Fleming
2005-09-15add Pickup() application (issue #4865)Kevin P. Fleming
2005-08-31correct Makefile errors (issue #5072)Kevin P. Fleming
2005-08-30correct syntax errorKevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-29remove unused defines and logic (issue #5058)Kevin P. Fleming
2005-08-29app_rpt is experimental, not obsolete (issue #5047)Russell Bryant
2005-08-25add optional 'extended ODBC storage' mode (issue #4403)Kevin P. Fleming
2005-08-10correct error MakefileKevin P. Fleming
2005-08-10add ExternalIVR() applicationKevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming
2005-06-03Don't build app_intercom...Mark Spencer
2005-05-08Fix chan_spy on Solaris (bug #4204)Mark Spencer
2005-05-04add app_dictate (bug #3893)Kevin P. Fleming
2005-04-13Fix so that asterisk continues to build if libcurl is not present or the correctMatthew Fredrickson