mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
mds: add include/cephfs/types.h path in spec files
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
This commit is contained in:
parent
4cc3d626ee
commit
f2bfea5bfd
@ -2349,6 +2349,7 @@ fi
|
||||
%dir %{_includedir}/cephfs
|
||||
%{_includedir}/cephfs/libcephfs.h
|
||||
%{_includedir}/cephfs/ceph_ll_client.h
|
||||
%{_includedir}/cephfs/types.h
|
||||
%dir %{_includedir}/cephfs/metrics
|
||||
%{_includedir}/cephfs/metrics/Types.h
|
||||
%{_libdir}/libcephfs.so
|
||||
|
1
debian/libcephfs-dev.install
vendored
1
debian/libcephfs-dev.install
vendored
@ -1,4 +1,5 @@
|
||||
usr/include/cephfs/ceph_ll_client.h
|
||||
usr/include/cephfs/libcephfs.h
|
||||
usr/include/cephfs/types.h
|
||||
usr/include/cephfs/metrics/Types.h
|
||||
usr/lib/libcephfs.so
|
||||
|
@ -41,5 +41,6 @@ if(WITH_LIBCEPHFS)
|
||||
install(FILES
|
||||
cephfs/libcephfs.h
|
||||
cephfs/ceph_ll_client.h
|
||||
cephfs/types.h
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/cephfs)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user