From 02c80a60b0cb7e2144ff8ef8564587299c9540b9 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Mon, 27 Nov 2017 19:41:10 +0200 Subject: Refactore parse-xml.c into parse.c and parse-xml.c This should help us to move parsing that is not XML related to other files, hopefully making the code cleaner. Signed-off-by: Miika Turkia --- packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging') diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index 8332f3759..836057c67 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -46,6 +46,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../core/liquivision.c \ ../../../core/load-git.c \ ../../../core/parse-xml.c \ + ../../../core/parse.c \ ../../../core/save-html.c \ ../../../core/statistics.c \ ../../../core/worldmap-save.c \ -- cgit v1.2.3-70-g09d2