mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix make distcheck
disable static plugin by default git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@347 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
a86d152dc9
commit
f08a56d403
3 changed files with 5 additions and 5 deletions
|
|
@ -17,13 +17,12 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include "linphonecore.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "linphonecore.h"
|
||||
|
||||
#ifndef LINPHONE_PLUGINS_DIR
|
||||
#ifdef WIN32
|
||||
#define LINPHONE_PLUGINS_DIR "liblinphone\\plugins\\"
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ AC_ARG_ENABLE(strict,
|
|||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_ENABLE_SHARED(yes)
|
||||
AC_ENABLE_STATIC(no)
|
||||
AC_DISABLE_STATIC
|
||||
|
||||
|
||||
CFLAGS="$CFLAGS -Wall"
|
||||
|
|
|
|||
|
|
@ -59,4 +59,6 @@ mediastreamer2/src/wincevideods.c
|
|||
mediastreamer2/src/winvideo.c
|
||||
mediastreamer2/src/winvideods.c
|
||||
mediastreamer2/src/winvideo2.c
|
||||
mediastreamer2/src/ice.c
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue