summaryrefslogtreecommitdiffstats
path: root/ipa-python/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-30 14:21:45 -0400
committerRob Crittenden <rcritten@redhat.com>2008-06-03 22:39:28 -0400
commitc90f454dc3f7a5f32c06774516e8099b8b664c63 (patch)
treee589cc4707ad883f1c58e524b2bd93f8a621240c /ipa-python/Makefile
parentd63df28755a72a3264bc6a99374eee0878551f22 (diff)
downloadfreeipa-c90f454dc3f7a5f32c06774516e8099b8b664c63.tar.gz
freeipa-c90f454dc3f7a5f32c06774516e8099b8b664c63.tar.xz
freeipa-c90f454dc3f7a5f32c06774516e8099b8b664c63.zip
Move version.py to the common ipa directory instead of being server-based so it can be used by the client tool.
Fix the client tool imports to fail more gracefully.
Diffstat (limited to 'ipa-python/Makefile')
-rw-r--r--ipa-python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/Makefile b/ipa-python/Makefile
index e279286c7..131604578 100644
--- a/ipa-python/Makefile
+++ b/ipa-python/Makefile
@@ -13,7 +13,7 @@ install:
fi
clean:
- rm -f *~ *.pyc setup.py ipa-python.spec
+ rm -f *~ *.pyc setup.py ipa-python.spec version.py
distclean: clean