start an xml format

This commit is contained in:
Joe Thornber
2011-10-10 15:06:07 +01:00
parent d255180e37
commit 687525fdb0
4 changed files with 130 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ SOURCE=\
metadata_dump.cc \
metadata_disk_structures.cc \
space_map_disk.cc \
transaction_manager.cc
transaction_manager.cc \
xml_format.cc
OBJECTS=$(subst .cc,.o,$(SOURCE))
TOP_DIR:=$(PWD)