File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,11 @@ endif()
371
371
set (toxcore_PKGCONFIG_REQUIRES ${toxcore_PKGCONFIG_REQUIRES} libsodium)
372
372
set (toxcore_API_HEADERS
373
373
${toxcore_SOURCE_DIR} /toxcore/tox.h^tox
374
- ${toxcore_SOURCE_DIR} /toxcore/tox_dispatch.h^tox
375
- ${toxcore_SOURCE_DIR} /toxcore/tox_events.h^tox
376
374
${toxcore_SOURCE_DIR} /toxcore/tox_options.h^tox)
377
375
if (EXPERIMENTAL_API)
378
376
set (toxcore_API_HEADERS ${toxcore_API_HEADERS}
377
+ ${toxcore_SOURCE_DIR} /toxcore/tox_dispatch.h^tox
378
+ ${toxcore_SOURCE_DIR} /toxcore/tox_events.h^tox
379
379
${toxcore_SOURCE_DIR} /toxcore/tox_private.h^tox)
380
380
endif ()
381
381
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST
14
14
index f0a5e4f04..4122b0867 100644
15
15
--- a/chat/toxcore/PLIST
16
16
+++ b/chat/toxcore/PLIST
17
- @@ -4,11 +4,12 @@ bin/tox-bootstrapd
17
+ @@ -4,11 +4,10 @@ bin/tox-bootstrapd
18
18
include/tox/tox.h
19
- include/tox/tox_dispatch.h
20
- include/tox/tox_events.h
19
+ - include/tox/tox_dispatch.h
20
+ - include/tox/tox_events.h
21
21
+ include/tox/tox_options.h
22
22
include/tox/toxav.h
23
23
include/tox/toxencryptsave.h
You can’t perform that action at this time.
0 commit comments