X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=390d27f6f5535ed860fea76fcbdc461306b1e49f;hb=refs%2Fheads%2F1.5;hp=0ceb9bb5feddf1d0fe74ed26b70358ae60dc8ec2;hpb=a1162c43f618a06034a4a623366d8cd9e095cd20;p=nodemanager.git diff --git a/Makefile b/Makefile index 0ceb9bb..390d27f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Mark Huang # 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,10 +22,11 @@ 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: python setup.py clean - rm -f forward_api_calls *.pyc + rm -f forward_api_calls *.pyc build .PHONY: all install clean