summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de8e6de)
raw | patch | inline | side by side (parent: de8e6de)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 26 Nov 2007 20:12:11 +0000 (20:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 26 Nov 2007 20:12:11 +0000 (20:12 +0000) |
bindings/python/setup.py | patch | blob | history |
index 7a41a113c9b9c809b2a8d029226330acc7bcb73b..83f35b6caff85cdc1492d6fcffba62bfe6029f29 100644 (file)
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
import sys, os
RRDBASE = os.environ.get('LOCALBASE', '../../src')
-library_dir = os.environ.get('BUILDLIBDIR', os.path.join(RRDBASE, 'lib'))
+library_dir = os.environ.get('BUILDLIBDIR', os.path.join(RRDBASE, '.libs'))
include_dir = os.environ.get('INCDIR', RRDBASE)
setup(name = "py-rrdtool",