control plugin: Move to subdirectory for consistency

This commit is contained in:
Dennis Klein
2021-03-24 11:48:53 +01:00
committed by Dennis Klein
parent b4aeb320e5
commit 47ec550792
4 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ if(BUILD_FAIRMQ)
set(FAIRMQ_PRIVATE_HEADER_FILES
plugins/Builtin.h
plugins/config/Config.h
plugins/Control.h
plugins/control/Control.h
shmem/Message.h
shmem/Poller.h
shmem/UnmanagedRegion.h
@@ -223,7 +223,7 @@ if(BUILD_FAIRMQ)
Properties.cxx
SuboptParser.cxx
plugins/config/Config.cxx
plugins/Control.cxx
plugins/control/Control.cxx
MemoryResources.cxx
shmem/Monitor.cxx
)