]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake cleanup: moving code away from include to common
authorRoald J. van Loon <roaldvanloon@gmail.com>
Sat, 7 Sep 2013 13:24:00 +0000 (15:24 +0200)
committerRoald J. van Loon <roaldvanloon@gmail.com>
Sat, 7 Sep 2013 20:41:10 +0000 (22:41 +0200)
commitbf6341fd88d3ce6254c5a0b5884b7a9cf042d60e
tree2557ae33b655dc6b689583c672f3fa5d417c2389
parentbb312b689a6e8824cac0c6dd64cccb0152d788d1
automake cleanup: moving code away from include to common

Includes should only be includes. Moving C code to libcommon.

Signed-off-by: Roald J. van Loon <roaldvanloon@gmail.com>
src/Makefile.am
src/common/addr_parsing.c [new file with mode: 0644]
src/common/ceph_frag.cc [new file with mode: 0644]
src/common/ceph_fs.cc [new file with mode: 0644]
src/common/ceph_hash.cc [new file with mode: 0644]
src/common/ceph_strings.cc [new file with mode: 0644]
src/include/addr_parsing.c [deleted file]
src/include/ceph_frag.cc [deleted file]
src/include/ceph_fs.cc [deleted file]
src/include/ceph_hash.cc [deleted file]
src/include/ceph_strings.cc [deleted file]