From 51f97fb50fa98118c865e8efe1f1b5ad648276bc Mon Sep 17 00:00:00 2001 From: Huaxiang Fan Date: Tue, 21 Jun 2022 05:19:54 +0300 Subject: [PATCH] UCS: Add more headers to devel rpm --- src/ucs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ucs/Makefile.am b/src/ucs/Makefile.am index 446103de9c8..a1e2f6a221c 100644 --- a/src/ucs/Makefile.am +++ b/src/ucs/Makefile.am @@ -35,6 +35,7 @@ nobase_dist_libucs_la_HEADERS = \ datastruct/string_set.h \ debug/log_def.h \ debug/memtrack.h \ + debug/debug.h \ memory/rcache.h \ memory/memory_type.h \ memory/memtype_cache.h \ @@ -52,6 +53,7 @@ nobase_dist_libucs_la_HEADERS = \ sys/topo.h \ sys/stubs.h \ time/time_def.h \ + time/time.h \ type/class.h \ type/init_once.h \ type/spinlock.h \