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:
Kevin P. Fleming
2006-06-07 21:05:05 +00:00
parent 0dd82bc6f1
commit 34cf2c13b8
4 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

@@ -24,7 +24,7 @@
* \brief curses frontend for Asterisk module selection
*/
#include "autoconfig.h"
#include "asterisk/autoconfig.h"
#include <stdlib.h>
#include <stdio.h>