Skip to content
Snippets Groups Projects
Commit c01d4be6 authored by Steven Murray's avatar Steven Murray
Browse files

Added libctafrontendmessages.so compiled with proto3 syntax

parent 92a0b6e6
Branches
Tags
No related merge requests found
......@@ -142,7 +142,7 @@ CERN Tape Archive:
The xroot plugin
%files -n cta-frontend
%defattr(-,root,root)
#%attr(0755,root,root) %{_libdir}/libctafrontendmessages.so
%attr(0755,root,root) %{_libdir}/libctafrontendmessages.so
%attr(0755,root,root) %{_libdir}/libXrdCtaOfs.so
%attr(0644,root,root) %config(noreplace) /etc/xrootd/xrootd-cta.cfg
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-frontend.conf
......
......@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required (VERSION 2.6)
#add_subdirectory(messages)
add_subdirectory(messages)
list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
find_package (xrootd REQUIRED)
......@@ -38,4 +38,5 @@ set (FAKE_EOS_CMD_SRC_FILES
FakeEosCmdMain.cpp)
add_executable (cta-xrootd_plugins-fakeeos ${FAKE_EOS_CMD_SRC_FILES})
target_link_libraries (cta-xrootd_plugins-fakeeos ctacommon)
add_dependencies (cta-xrootd_plugins-fakeeos generate_notification.pb.h)
target_link_libraries (cta-xrootd_plugins-fakeeos ctacommon ctafrontendmessages)
......@@ -19,6 +19,7 @@
#include "common/make_unique.hpp"
#include "xroot_plugins/FakeEosCmd.hpp"
#include "xroot_plugins/FakeEosCmdLineArgs.hpp"
#include "xroot_plugins/messages/notification.pb.h"
#include <iostream>
#include <stdint.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment