]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake: add dummy.cc to fix 'make tags' 1914/head
authorIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 4 Jun 2014 13:34:06 +0000 (17:34 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 4 Jun 2014 13:52:56 +0000 (17:52 +0400)
commit5185a368c3ee8dfe341ea4e2ec876a28487345e0
treef5fcd0f130d4c994cb2037d5183af5b42c567de0
parentd4415cb8d1caa45a214d7aac777dd971ba2f8777
automake: add dummy.cc to fix 'make tags'

Commit 421e6c561704 ("test_librbd_fsx: add krbd mode support") added
a requirement for ceph_test_librbd_fsx to be linked with a C++ linker.
Implement it in a way that doesn't break 'make tags'.

Fixes: #8530
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/common/dummy.cc [new file with mode: 0644]
src/test/Makefile.am