mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-28 00:25:43 +00:00
We need to distribute (but not install) these headers.
This commit is contained in:
parent
1d2f0661b3
commit
bb9690cd94
1 changed files with 5 additions and 1 deletions
|
@ -24,5 +24,9 @@ cryb_HEADERS = \
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
coverage.h \
|
coverage.h \
|
||||||
|
ctype.h \
|
||||||
impl.h \
|
impl.h \
|
||||||
nocoverage.h
|
nocoverage.h \
|
||||||
|
strlcat.h \
|
||||||
|
strlcmp.h \
|
||||||
|
strlcpy.h
|
||||||
|
|
Loading…
Reference in a new issue