mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
don't force the sounds to download... only when needed
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
* \brief A menu-driven system for Asterisk module selection
|
||||
*/
|
||||
|
||||
#include "autoconfig.h"
|
||||
#include "asterisk.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@@ -34,8 +34,6 @@
|
||||
#include "mxml/mxml.h"
|
||||
#include "menuselect.h"
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
#include "asterisk/linkedlists.h"
|
||||
|
||||
#undef MENUSELECT_DEBUG
|
||||
|
@@ -24,7 +24,7 @@
|
||||
* \brief curses frontend for Asterisk module selection
|
||||
*/
|
||||
|
||||
#include "autoconfig.h"
|
||||
#include "asterisk/autoconfig.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user