mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
control plugin: Move to subdirectory for consistency
This commit is contained in:
committed by
Dennis Klein
parent
b4aeb320e5
commit
47ec550792
@@ -176,7 +176,7 @@ if(BUILD_FAIRMQ)
|
|||||||
set(FAIRMQ_PRIVATE_HEADER_FILES
|
set(FAIRMQ_PRIVATE_HEADER_FILES
|
||||||
plugins/Builtin.h
|
plugins/Builtin.h
|
||||||
plugins/config/Config.h
|
plugins/config/Config.h
|
||||||
plugins/Control.h
|
plugins/control/Control.h
|
||||||
shmem/Message.h
|
shmem/Message.h
|
||||||
shmem/Poller.h
|
shmem/Poller.h
|
||||||
shmem/UnmanagedRegion.h
|
shmem/UnmanagedRegion.h
|
||||||
@@ -223,7 +223,7 @@ if(BUILD_FAIRMQ)
|
|||||||
Properties.cxx
|
Properties.cxx
|
||||||
SuboptParser.cxx
|
SuboptParser.cxx
|
||||||
plugins/config/Config.cxx
|
plugins/config/Config.cxx
|
||||||
plugins/Control.cxx
|
plugins/control/Control.cxx
|
||||||
MemoryResources.cxx
|
MemoryResources.cxx
|
||||||
shmem/Monitor.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 *
|
* This software is distributed under the terms of the *
|
||||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
* 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)
|
// List of all builtin plugin headers (the ones which call REGISTER_FAIRMQ_PLUGIN macro)
|
||||||
|
|
||||||
#include <fairmq/plugins/config/Config.h>
|
#include <fairmq/plugins/config/Config.h>
|
||||||
#include <fairmq/plugins/Control.h>
|
#include <fairmq/plugins/control/Control.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user