mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
class: makefile, include fixes
This commit is contained in:
parent
4e451c1cf5
commit
501a1a6766
@ -134,7 +134,7 @@ testradoscio_LDADD = librados.la libcrush.la
|
||||
#BUILT_SOURCES += libtestclass.so libfooclass.so libbarclass.so
|
||||
|
||||
libcls_crypto.so: cls_crypto.cc
|
||||
${CXX} -fPIC -shared -g -o libcls_crypto.so -lcrypto cls_crypto.cc
|
||||
${CXX} -I. -fPIC -shared -g -o libcls_crypto.so -lcrypto cls_crypto.cc
|
||||
BUILT_SOURCES += libcls_crypto.so
|
||||
|
||||
libcls_trivialmap.so: cls_trivialmap.cc
|
||||
|
@ -2,6 +2,9 @@
|
||||
#define __OBJCLASS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "../include/types.h"
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user