aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+1
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-3/+8
2006-07-15more Makefile cleanup and consistency stuffkpfleming1-6/+4
2006-07-06move rules file to prepare for generic rules filekpfleming1-1/+1
2006-07-01fix up res_snmp so it builds and loads correctlyrussell1-0/+2
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-78/+4
2006-06-23very minor improvementkpfleming1-1/+1
2006-06-23delete snmp/agent.o on make cleanrussell1-0/+1
2006-06-23add basic autoconf support for res_snmprussell1-18/+1
2006-06-23remove various commands that remove old modules since they have been there arussell1-3/+0
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-05use module names, not file names, in menuselectkpfleming1-5/+7
2006-05-22asterisk-xmpp merge inmogorman1-0/+6
2006-04-30remove macro defined that is no longer neededkpfleming1-6/+0
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-95/+24
2006-04-05Unbreak res/Makefile (issue #6891 as reported by casper)file1-13/+3
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)oej1-0/+53
2006-03-06Issue #6628 - Disable res_snmp on incompatible platforms untiloej1-0/+11
2006-03-05Some days... Sorry.oej1-1/+1
2006-03-05Oopsoej1-1/+1
2006-02-26Fix the make file *again*markster1-1/+2
2006-02-26Fix snmp buildmarkster1-3/+3
2006-02-26Add SNMP support (bug #6439)markster1-0/+8
2006-02-16remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)russell1-1/+2
2006-02-14Fix build issues...markster1-1/+1
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-2/+5
2006-02-11use auto-build for apps, simplify variable settingkpfleming1-3/+3
2006-02-11use auto-build for res modules tookpfleming1-29/+20
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-0/+7
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+2
2006-01-27remove some more redundant flagsrussell1-5/+0
2006-01-18allows for use of the originate function frommogorman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-16small improvement :-)kpfleming1-11/+11
2005-11-14fix bsd compile issue (bug #5731)markster1-1/+2
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
2005-11-01issue #4678kpfleming1-6/+24
2005-10-29Do not look for libosp since that name is not used anymore and conflicts with...markster1-10/+0
2005-10-28find OSP toolkit library properlykpfleming1-4/+14
2005-10-16More utility cleanupsmarkster1-1/+5
2005-09-25support new version of OSP toolkit (issue #5168)kpfleming1-2/+7
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-8/+25