mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
New functions safe_strncat() and safe_strncpy() which always return a NUL terminated string and do not overflow the destination buffer.
17 lines
252 B
Makefile
17 lines
252 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = grabbag
|
|
|
|
EXTRA_DIST = \
|
|
alloc.h \
|
|
compat.h \
|
|
endswap.h \
|
|
getopt.h \
|
|
grabbag.h \
|
|
macros.h \
|
|
private.h \
|
|
replaygain_analysis.h \
|
|
replaygain_synthesis.h \
|
|
safe_str.h \
|
|
utf8.h
|