Make roundf-tests module depend on floorf, ceilf.
[gnulib.git] / modules / avltree-list
1 Description:
2 Sequential list data type implemented by a binary tree.
3
4 Files:
5 lib/gl_avltree_list.h
6 lib/gl_avltree_list.c
7 lib/gl_anyavltree_list1.h
8 lib/gl_anyavltree_list2.h
9 lib/gl_anytree_list1.h
10 lib/gl_anytree_list2.h
11
12 Depends-on:
13 list
14 xalloc
15
16 configure.ac:
17
18 Makefile.am:
19 lib_SOURCES += gl_avltree_list.h gl_avltree_list.c gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h
20
21 Include:
22 "gl_avltree_list.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible
29