src/Makefile.am

changeset 252
6342cbbd1922
child 253
e19825a1430a
equal deleted inserted replaced
251:fae240d633fc 252:6342cbbd1922
1 lib_LTLIBRARIES = libucx.la
2 libucx_la_SOURCES = utils.c
3 libucx_la_SOURCES += list.c
4 libucx_la_SOURCES += map.c
5 libucx_la_SOURCES += avl.c
6 libucx_la_SOURCES += properties.c
7 libucx_la_SOURCES += mempool.c
8 libucx_la_SOURCES += string.c
9 libucx_la_SOURCES += test.c
10 libucx_la_SOURCES += allocator.c
11 libucx_la_SOURCES += logging.c
12 libucx_la_SOURCES += buffer.c
13 libucx_la_SOURCES += stack.c
14
15 ucxdir = $(includedir)/ucx
16 ucx_HEADERS = ucx/allocator.h
17 ucx_HEADERS += ucx/avl.h
18 ucx_HEADERS += ucx/buffer.h
19 ucx_HEADERS += ucx/list.h
20 ucx_HEADERS += ucx/logging.h
21 ucx_HEADERS += ucx/map.h
22 ucx_HEADERS += ucx/mempool.h
23 ucx_HEADERS += ucx/properties.h
24 ucx_HEADERS += ucx/stack.h
25 ucx_HEADERS += ucx/string.h
26 ucx_HEADERS += ucx/test.h
27 ucx_HEADERS += ucx/ucx.h
28 ucx_HEADERS += ucx/utils.h
29
30

mercurial