Skip to content

Commit 6645343

Browse files
zoff99iphydf
authored andcommitted
fix: also Install header for private/experimental API functions with autotools
1 parent 3983369 commit 6645343

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

toxcore/Makefile.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
lib_LTLIBRARIES += libtoxcore.la
22

33
libtoxcore_la_include_HEADERS = \
4-
../toxcore/tox.h
4+
../toxcore/tox.h \
5+
../toxcore/tox_private.h
56

67
libtoxcore_la_includedir = $(includedir)/tox
78

0 commit comments

Comments
 (0)