mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Fix building of SWIG files from merged build.
This commit is contained in:
parent
c9f69f1436
commit
0ab0373a97
@ -46,7 +46,7 @@ swig:: pythonmods
|
|||||||
.SUFFIXES: _wrap.c .i .py
|
.SUFFIXES: _wrap.c .i .py
|
||||||
|
|
||||||
%_wrap.c %.py: %.i
|
%_wrap.c %.py: %.i
|
||||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $<
|
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword -I../source4 $<
|
||||||
|
|
||||||
realdistclean::
|
realdistclean::
|
||||||
@echo "Removing SWIG output files"
|
@echo "Removing SWIG output files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user