From 31e451b448ad5bad4237776172675fc6a74e0205 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 28 Dec 2010 19:14:25 +0000 Subject: Conditionalize which subdirectories we build, based on what configure finds and what configure options are enabled. Building with system OpenSSL doesn't quite work yet, still too many hardwired paths in Makefiles. svn path=/Makefile.in; revision=3578 --- pywrap/pywrap.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pywrap/pywrap.c (limited to 'pywrap/pywrap.c') diff --git a/pywrap/pywrap.c b/pywrap/pywrap.c new file mode 100644 index 00000000..10638721 --- /dev/null +++ b/pywrap/pywrap.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char **argv) +{ + return Py_Main(argc, argv); +} -- cgit v1.2.3