Merge branch 'hmac_support' of github.com:mrash/fwknop into hmac_support

This commit is contained in:
Michael Rash
2013-03-10 18:12:41 -04:00
-2
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']
)