summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-08-01 15:26:08 -0400
committerSimo Sorce <ssorce@redhat.com>2007-08-01 15:26:08 -0400
commit96d292b7351bd7db0d402e3a393386889e3d79d8 (patch)
tree1289da942a2ef8482b20891dbd58da2a47321f4c /ipa-python/Makefile
parentadc6632c9a6de5a81fd4dad7a637cb3db7894000 (diff)
parentb1831b4593b3d219b79830f3012e7ff07f17b1d8 (diff)
downloadfreeipa-96d292b7351bd7db0d402e3a393386889e3d79d8.tar.gz
freeipa-96d292b7351bd7db0d402e3a393386889e3d79d8.tar.xz
freeipa-96d292b7351bd7db0d402e3a393386889e3d79d8.zip
Merge from upstream
Diffstat (limited to 'ipa-python/Makefile')
-rw-r--r--ipa-python/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile
new file mode 100644
index 000000000..bc6554be4
--- /dev/null
+++ b/ipa-python/Makefile
@@ -0,0 +1,11 @@
+PYTHONLIBDIR ?= $(shell python -c "from distutils.sysconfig import *; print get_python_lib(1)")
+PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa
+
+all: ;
+
+install:
+ -mkdir -p $(PACKAGEDIR)
+ install -m 644 *.py $(PACKAGEDIR)
+
+clean:
+ rm -f *~ *.pyc \ No newline at end of file