1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/compat/Makefile.am
Moritz Grimm ab268e9616 Strip xalloc to something much simpler
The libxalloc was reincarnated long ago in a separate utility library.
It did a good job help make ezstream have robust memory management years ago,
but now it's time to move on and get back to basics.

The replacement introduces reallocarray(), which is an overflow-checking
alternative to both malloc (NULL ptr) and realloc().
2015-04-22 23:38:19 +02:00

6 lines
101 B
Makefile

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
EXTRA_DIST = compat.h
CLEANFILES = *~ *.core core