]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: fix the tracing header dependencies 10906/head
authorKefu Chai <kchai@redhat.com>
Mon, 29 Aug 2016 07:05:55 +0000 (15:05 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 29 Aug 2016 07:06:44 +0000 (15:06 +0800)
commit5e03ff098166dd2ea4003560df9911507579a9b9
tree4c3632f0fb6170f073821c5ee339c95ebaae0783
parent0775e71127b94f74b330814aa82bb407e956c8c3
cmake: fix the tracing header dependencies

in aa679df, we move librados.cc into a separated obj target. this broken
the dependency from librados.o to its tracing header. we need to update
it accordingly.

this change fixes the following compilation error:
```
/var/ceph/ceph/src/librados/librados.cc:47:30: fatal error:
tracing/librados.h: No such file or directory
 #include "tracing/librados.h"
                              ^
compilation terminated.
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/librados/CMakeLists.txt
src/librbd/CMakeLists.txt