mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
control plugin: Move to subdirectory for consistency
This commit is contained in:
parent
7ac95b5c2a
commit
8512034e26
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/********************************************************************************
|
||||
* Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* Copyright (C) 2017-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* *
|
||||
* This software is distributed under the terms of the *
|
||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||
|
@ -9,4 +9,4 @@
|
|||
// List of all builtin plugin headers (the ones which call REGISTER_FAIRMQ_PLUGIN macro)
|
||||
|
||||
#include <fairmq/plugins/config/Config.h>
|
||||
#include <fairmq/plugins/Control.h>
|
||||
#include <fairmq/plugins/control/Control.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user