From c7e15999ce0c99f1de3bd4d22bd45d0bcdff3903 Mon Sep 17 00:00:00 2001 From: Eric Wustrow Date: Thu, 28 Jun 2012 22:20:50 -0400 Subject: [PATCH] need to use _ for swig to be happy --- server-ca/sni_challenge/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server-ca/sni_challenge/Makefile b/server-ca/sni_challenge/Makefile index b1aebfd05..ddbe51542 100644 --- a/server-ca/sni_challenge/Makefile +++ b/server-ca/sni_challenge/Makefile @@ -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: