- specify --install-platlib to install sioc.so extension
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 27 Nov 2006 22:39:34 +0000 (22:39 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 27 Nov 2006 22:39:34 +0000 (22:39 +0000)
Makefile

index 0ceb9bb..625a662 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
+# $Id: Makefile,v 1.2 2006/11/13 20:04:44 mlhuang Exp $
 #
 
 # autoconf compatible variables
@@ -22,6 +22,7 @@ forward_api_calls: forward_api_calls.c
 install:
        python setup.py install \
            --install-purelib=$(DESTDIR)/$(datadir)/NodeManager \
+           --install-platlib=$(DESTDIR)/$(datadir)/NodeManager \
            --install-scripts=$(DESTDIR)/$(bindir)
 
 clean: