mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Link against liblinphone.
This commit is contained in:
parent
d284dd08d7
commit
4e487ade84
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ from distutils.core import setup, Extension
|
|||
|
||||
m = Extension('linphone',
|
||||
include_dirs = ['/home/ghislain/linphone-install/include'],
|
||||
libraries = ['linphone'],
|
||||
library_dirs = ['/home/ghislain/linphone-install/lib'],
|
||||
sources = ['linphone.c']
|
||||
)
|
||||
setup(name = 'Linphone', version = '1.0', description = 'Linphone package', ext_modules = [m])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue