From e14be05aa05b290a91b7599c695a0e6c72452f1a Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 12 Sep 2015 01:07:59 +0000 Subject: [PATCH] Add used functions to extconf.rb --- ext/tox/extconf.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/tox/extconf.rb b/ext/tox/extconf.rb index 72b22b5..751174b 100755 --- a/ext/tox/extconf.rb +++ b/ext/tox/extconf.rb @@ -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}"