mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit d50b76ed71
)
This commit is contained in:
commit
bd614d28d4
@ -471,6 +471,7 @@ OBJ_FILES = \
|
||||
../heimdal/lib/roken/get_window_size.ho \
|
||||
../heimdal/lib/roken/estrdup.ho \
|
||||
../heimdal/lib/roken/ecalloc.ho \
|
||||
../heimdal/lib/roken/inet_aton.ho \
|
||||
../heimdal/lib/asn1/symbol.ho \
|
||||
../heimdal/lib/vers/print_version.ho \
|
||||
../lib/socket_wrapper/socket_wrapper.ho \
|
||||
@ -500,6 +501,7 @@ OBJ_FILES = ../heimdal/lib/vers/print_version.ho \
|
||||
../heimdal/lib/roken/get_window_size.ho \
|
||||
../heimdal/lib/roken/strupr.ho \
|
||||
../heimdal/lib/roken/setprogname.ho \
|
||||
../heimdal/lib/roken/inet_aton.ho \
|
||||
../lib/socket_wrapper/socket_wrapper.ho \
|
||||
replace.ho
|
||||
PRIVATE_DEPENDENCIES = HEIMDAL_COM_ERR_COMPILE_LEX HEIMDAL_ROKEN_GETPROGNAME_H EXT_SOCKET EXT_NSL
|
||||
|
@ -22,6 +22,8 @@ AC_DEFUN([TRY_LINK_PYTHON],
|
||||
CFLAGS="$CFLAGS $2"
|
||||
|
||||
AC_TRY_LINK([
|
||||
/* we have our own configure tests */
|
||||
#define Py_PYCONFIG_H 1
|
||||
#include <Python.h>
|
||||
#include <stdlib.h>
|
||||
],[
|
||||
|
@ -21,7 +21,7 @@ swig:: pythonmods
|
||||
.SUFFIXES: _wrap.c .i
|
||||
|
||||
.i_wrap.c:
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
[ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
|
||||
realdistclean::
|
||||
@echo "Removing SWIG output files"
|
||||
|
Loading…
Reference in New Issue
Block a user