GENI_REGISTRY_ENABLE should be GENI_REGISTRY_ENABLED
[sfa.git] / Makefile
index 2573dc8..32fc46f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # Meta
 init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py 
 
-subdirs := keyconvert #pyOpenSSL-0.7
+subdirs := keyconvert #pyOpenSSL-0.9
  
 all: install $(init) $(subdirs)
 
@@ -19,8 +19,8 @@ $(subdirs): %:
 
 clean:
        python setup.py uninstall
+       cd keyconvert && make clean
        # XX remove keyconvert   
-       
 
 index: $(init)