Removed tmp lib and include dirs from the python module setup.py file.

This commit is contained in:
Damien Stuart
2013-03-10 17:17:19 -04:00
parent 6fa3be393c
commit 744e002779

View File

@@ -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']
)