revert changes
[plcapi.git] / Makefile
index 09ab772..6dab495 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,15 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id: Makefile 793 2007-08-28 15:21:17Z thierry $
+# $Id$
 #
 
 # Metafiles
 init := PLC/__init__.py PLC/Methods/__init__.py
 
 # Python modules
-modules := psycopg2
+#modules := psycopg2
+modules := pycurl
 
 # Temporarily until we can kill the Fedora Core 2 build
 curl_vernum := $(shell printf %d 0x$(shell curl-config --vernum))