mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation. * modules/i-ring (Makefile.am): Augment lib_SOURCES.
27 lines
234 B
Plaintext
27 lines
234 B
Plaintext
Description:
|
|
a simple ring buffer
|
|
|
|
Files:
|
|
lib/i-ring.h
|
|
lib/i-ring.c
|
|
m4/i-ring.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
verify
|
|
|
|
configure.ac:
|
|
gl_I_RING
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += i-ring.c
|
|
|
|
Include:
|
|
"i-ring.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|