base: move atomic macros into separate header
Move the atomic macros into a distinct header, heimbase-atomics.h, in preparation for the introduction of additional macros
This commit is contained in:
@@ -30,7 +30,7 @@ endif
|
||||
|
||||
libheimbase_la_LIBADD = $(PTHREAD_LIBADD) $(LIB_dlopen) $(LIB_com_err)
|
||||
|
||||
include_HEADERS = heimbase.h common_plugin.h heimbase-svc.h
|
||||
include_HEADERS = heimbase.h common_plugin.h heimbase-atomics.h heimbase-svc.h
|
||||
|
||||
ERR_FILES = heim_err.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user