[build] deps weren't being calculated for the top level source file of some of the tools.

This commit is contained in:
Joe Thornber 2014-08-26 13:13:32 +01:00
parent 828f654800
commit c1e0799367
1 changed files with 10 additions and 1 deletions

View File

@ -98,14 +98,23 @@ PDATA_OBJECTS=$(subst .cc,.o,$(SOURCE))
CXX_PROGRAM_SOURCE=\
caching/cache_check.cc \
caching/cache_dump.cc \
caching/cache_restore.cc \
caching/cache_metadata_size.cc \
caching/cache_repair.cc \
\
era/era_check.cc \
era/era_dump.cc \
era/era_invalidate.cc \
era/era_restore.cc \
\
thin-provisioning/thin_check.cc \
thin-provisioning/thin_delta.cc \
thin-provisioning/thin_dump.cc \
thin-provisioning/thin_restore.cc \
thin-provisioning/thin_repair.cc \
thin-provisioning/thin_rmap.cc
thin-provisioning/thin_rmap.cc \
thin-provisioning/thin_metadata_size.cc
C_PROGRAM_SOURCE=\
thin-provisioning/thin_metadata_size.c