diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-08 08:13:08 -0600 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-12-08 16:29:49 +0100 |
commit | ef8b2e6bb75e79b3f600980e8b7d89389df18970 (patch) | |
tree | 45284547c5173f9e87948bccdc0c8015746e04e7 /packaging | |
parent | 03b02c935211afd978a928a3d2882e6c69de0b43 (diff) | |
download | subsurface-ef8b2e6bb75e79b3f600980e8b7d89389df18970.tar.gz |
Cleanup: rename file to avoid confusion
Depending on the tooling, both divesite.c and divesite.cpp would compile
into divesite.o.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index f8d4d9738..5ab9f5ae5 100644 --- a/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro @@ -23,7 +23,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \ ../../../core/configuredivecomputer.cpp \ ../../../core/divecomputer.cpp \ ../../../core/divelogexportlogic.cpp \ - ../../../core/divesite.cpp \ + ../../../core/divesite-helper.cpp \ ../../../core/divesitehelpers.cpp \ ../../../core/errorhelper.c \ ../../../core/exif.cpp \ |