mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
need to use _ for swig to be happy
This commit is contained in:
parent
b98900d3e8
commit
c7e15999ce
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
CFLAGS+=-fpic -I/usr/include/python2.7
|
||||
LDFLAGS+=
|
||||
|
||||
targets=sni_support.so sni_support_wrap.c sni_support.py
|
||||
targets=_sni_support.so sni_support_wrap.c sni_support.py
|
||||
|
||||
all: sni_support.so
|
||||
all: _sni_support.so
|
||||
|
||||
sni_support_wrap.c sni_support.py: sni_support.i
|
||||
swig -python $^
|
||||
|
||||
sni_support.so: sni_support_wrap.o sni_support.o
|
||||
_sni_support.so: sni_support_wrap.o sni_support.o
|
||||
$(CC) -shared $^ -o $@
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in a new issue