From 744e002779158911a0e4b9fb6bf53f7fafce4f2c Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Sun, 10 Mar 2013 17:17:19 -0400 Subject: [PATCH] Removed tmp lib and include dirs from the python module setup.py file. --- python/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 4b2a3866..22c8120e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -17,8 +17,6 @@ fko_ext = Extension( '_fko', define_macros = [('MAJOR_VERSION', '1'), ('MINOR_VERSION', '5')], libraries = ['fko'], - library_dirs = ['/opt/local/lib'], - include_dirs = ['/opt/local/include'], sources = ['fkomodule.c'] )