From 2870862601c7f4957d2710f8e7247de002cf67c4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 2 Jan 2014 21:30:26 +0000 Subject: Add module object, to be used eventually for import. --- unix/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'unix/Makefile') diff --git a/unix/Makefile b/unix/Makefile index 492962c8c..b8955d11a 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -46,6 +46,7 @@ PY_O = \ objgenerator.o \ objinstance.o \ objlist.o \ + objmodule.o \ objnone.o \ objrange.o \ objset.o \ -- cgit v1.2.3