fix the output of Makefile generated variables to doxygen

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-18 04:13:39 +00:00
parent d8f74ecb94
commit 3a6fae817c
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2005-11-17 Russell Bryant <russell@digium.com>
* Makefile: Fix the output of Makefile generated variables to doxygen
* channels/chan_sip.c: Add missing carriage return and line feed to the SDP line indicating that we don't support VAD (issue #5780)
2005-11-16 Kevin P. Fleming <kpfleming@digium.com>