diff options
| author | Damien George | 2014-01-02 21:30:26 +0000 |
|---|---|---|
| committer | Damien George | 2014-01-02 21:30:26 +0000 |
| commit | 2870862601c7f4957d2710f8e7247de002cf67c4 (patch) | |
| tree | bcfaf9ff6e93b511da433589d5c637661fcf26af /unix/Makefile | |
| parent | 0ff883904a2f25b4c1b3206e4a88c2d300417046 (diff) | |
Add module object, to be used eventually for import.
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
