mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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
|
||||
|
||||
%_wrap.c %.py: %.i
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $<
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword -I../source4 $<
|
||||
|
||||
realdistclean::
|
||||
@echo "Removing SWIG output files"
|
||||
|
Loading…
x
Reference in New Issue
Block a user