aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-05-08make sure that the MOD_SUBDIR_CFLAGS and OTHER_SUBDIR_FLAGS come beforerussell1-4/+4
2006-05-08make Makefile slightly less noisykpfleming1-7/+7
2006-05-08add smarter checking for termcap support, which fixes a build problem whenrussell1-4/+4
2006-05-08use a file that configure will _always_ regenerate as the trigger for running...kpfleming1-2/+2
2006-05-08add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iincluderussell1-1/+1
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-2/+2
2006-05-05add support for installing other init scripts, other than just the redhatrussell1-6/+24
2006-05-02allow for a non-optimized build that does not get installedrussell1-1/+1
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23638 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23636 via svnmerge from kpfleming1-1/+0
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-5/+5
2006-04-30when compiling ast_expr2 from utils/ the current directoryrizzo1-1/+1
2006-04-30use the INSTALL variable instead of "install" directlyrussell1-1/+1
2006-04-29Merged revisions 23305 via svnmerge from kpfleming1-24/+26
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peoplerussell1-0/+2
2006-04-25another little Solaris fix, unset LIBS before building libmxmlrussell1-1/+1
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell1-1/+1
2006-04-24add a note indicating that you can press 'h' for helprussell1-1/+1
2006-04-24fix kevin's silly typosrussell1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-75/+96
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...file1-7/+7
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-25/+28
2006-04-15New functions for locking a channel - these simplify debuggingoej1-0/+4
2006-04-11Merged revisions 19353 via svnmerge from kpfleming1-2/+0
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)oej1-40/+40
2006-04-06various cleanups to the Makefilerussell1-44/+31
2006-04-05Issue #6610 - build on Intel Macoej1-2/+6
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...markster1-0/+7
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-0/+2
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-1/+1
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesrizzo1-1/+10
2006-03-03Merged revisions 11715 via svnmerge from tilghman1-1/+3
2006-03-03Merged revisions 11634-11635 via svnmerge from tilghman1-1/+1
2006-02-23Bug 6581 - Move definition of PWD higher than where it is initially usedtilghman1-1/+2
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the markster1-1/+1
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-0/+4
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman1-0/+3
2006-02-16remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)russell1-2/+0
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...kpfleming1-15/+11
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf1-0/+5
2006-02-06minor cleanupkpfleming1-2/+2
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-1/+1
2006-02-02Merged revisions 9086 via svnmerge from kpfleming1-2/+0
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+34
2006-01-27add /usr/local/lib to SOLINK (issue #6323)russell1-0/+3
2006-01-23Spelling fix undetected by kpfleming in rev 8150 ;-)oej1-1/+1
2006-01-17spelling fixkpfleming1-1/+1
2006-01-12Changes to add udptl to asterisk (preliminary merging of the t.38 patch)mattf1-1/+3
2005-12-27Bug 5183 - Inline stack backtracestilghman1-0/+8