summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-15 17:35:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-22 10:53:39 +0000
commitdb71602731da030c999f2821b2b4a64611b90b99 (patch)
treed90d14a7b1a467111d75984137e9ca41fc02abe7 /toxcore/Makefile.inc
parent2328cb74abccd563f0cd8d14d30e5314822d321e (diff)
Use `tox_options_set_*` instead of direct member access.
Also added a `tox_options_copy` function for cloning an options object. This can be useful when creating several Tox instances with slightly varying options.
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index f8f6f9cf..84e24ebd 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -27,6 +27,7 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
27 ../toxcore/ping.c \ 27 ../toxcore/ping.c \
28 ../toxcore/tox.h \ 28 ../toxcore/tox.h \
29 ../toxcore/tox.c \ 29 ../toxcore/tox.c \
30 ../toxcore/tox_api.c \
30 ../toxcore/util.h \ 31 ../toxcore/util.h \
31 ../toxcore/util.c \ 32 ../toxcore/util.c \
32 ../toxcore/group.h \ 33 ../toxcore/group.h \