toxon
/
lita-tox
Archived
1
0
Fork 0

Check environment for group API

This commit is contained in:
Braiden Vasco 2015-09-14 00:34:37 +00:00
parent a586589459
commit 4242bcb144
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LIBTOXCORE = 'toxcore'
have_header 'time.h' and
have_header 'tox/tox.h' and
have_header 'tox/tox_old.h' and
have_func 'sprintf' and
have_func 'sscanf' and
@ -27,5 +28,9 @@ have_library LIBTOXCORE, 'tox_friend_add_norequest' and
have_library LIBTOXCORE, 'tox_friend_send_message' and
have_library LIBTOXCORE, 'tox_callback_friend_request' and
have_library LIBTOXCORE, 'tox_callback_friend_message' and
have_library LIBTOXCORE, 'tox_join_groupchat' and
have_library LIBTOXCORE, 'tox_group_message_send' and
have_library LIBTOXCORE, 'tox_callback_group_invite' and
have_library LIBTOXCORE, 'tox_callback_group_message' and
create_makefile "#{NAME}/#{NAME}" or exit(1)