mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
need to use _ for swig to be happy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user