Merge remote-tracking branch 'fjoncourt/python_binding' into hmac_support

This commit is contained in:
Michael Rash
2013-03-17 23:02:57 -04:00
+2
View File
@@ -16,6 +16,8 @@ from distutils.core import setup, Extension
fko_ext = Extension(
'_fko',
define_macros = [('MAJOR_VERSION', '1'), ('MINOR_VERSION', '5')],
include_dirs = ['../lib/'],
library_dirs = ['../lib/.libs'],
libraries = ['fko'],
sources = ['fkomodule.c']
)