File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,11 @@ endif()
371371set (toxcore_PKGCONFIG_REQUIRES ${toxcore_PKGCONFIG_REQUIRES} libsodium)
372372set (toxcore_API_HEADERS
373373 ${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
376374 ${toxcore_SOURCE_DIR} /toxcore/tox_options.h^tox)
377375if (EXPERIMENTAL_API)
378376 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
379379 ${toxcore_SOURCE_DIR} /toxcore/tox_private.h^tox)
380380endif ()
381381
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST
1414index f0a5e4f04..4122b0867 100644
1515--- a/chat/toxcore/PLIST
1616+++ b/chat/toxcore/PLIST
17- @@ -4,11 +4,12 @@ bin/tox-bootstrapd
17+ @@ -4,11 +4,10 @@ bin/tox-bootstrapd
1818 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
2121+ include/tox/tox_options.h
2222 include/tox/toxav.h
2323 include/tox/toxencryptsave.h
You can’t perform that action at this time.
0 commit comments