summaryrefslogtreecommitdiffstats
path: root/iconvmodule/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'iconvmodule/Makefile')
-rw-r--r--iconvmodule/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/iconvmodule/Makefile b/iconvmodule/Makefile
new file mode 100644
index 000000000..70f1198c2
--- /dev/null
+++ b/iconvmodule/Makefile
@@ -0,0 +1,7 @@
+include ../Makefile.inc
+
+all:
+ $(PYTHON) setup.py build --build-platlib=`pwd`
+
+install:
+ $(PYTHON) setup.py install --install-lib=$(DESTDIR)/$(PYTHONLIBDIR)