toxon
/
lita-tox
Archived
1
0
Fork 0

Add used functions to extconf.rb

This commit is contained in:
Braiden Vasco 2015-09-12 01:07:59 +00:00
parent 1f520b9c0a
commit e14be05aa0
1 changed files with 3 additions and 0 deletions

View File

@ -6,5 +6,8 @@ NAME = 'tox'
LIBTOXCORE = 'toxcore'
have_library LIBTOXCORE, 'tox_options_default'
have_library LIBTOXCORE, 'tox_new'
have_library LIBTOXCORE, 'tox_get_savedata_size'
have_library LIBTOXCORE, 'tox_get_savedata'
create_makefile "#{NAME}/#{NAME}"