src/Makefile.am

branch
feature/array
changeset 334
bc81faa9afda
parent 284
d7e43c4b2992
     1.1 --- a/src/Makefile.am	Fri Dec 28 17:20:23 2018 +0100
     1.2 +++ b/src/Makefile.am	Thu Jul 04 20:07:31 2019 +0200
     1.3 @@ -29,6 +29,7 @@
     1.4  lib_LTLIBRARIES = libucx.la
     1.5  libucx_la_LDFLAGS = -version-info $(UCX_LIB_VERSION)
     1.6  libucx_la_SOURCES = utils.c
     1.7 +libucx_la_SOURCES += array.c
     1.8  libucx_la_SOURCES += list.c
     1.9  libucx_la_SOURCES += map.c
    1.10  libucx_la_SOURCES += avl.c
    1.11 @@ -44,6 +45,7 @@
    1.12  
    1.13  ucxdir = $(includedir)/ucx
    1.14  ucx_HEADERS = ucx/allocator.h
    1.15 +ucx_HEADERS += ucx/array.h
    1.16  ucx_HEADERS += ucx/avl.h
    1.17  ucx_HEADERS += ucx/buffer.h
    1.18  ucx_HEADERS += ucx/list.h

mercurial