mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
03b02c9352
commit
ef8b2e6bb7
3 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
device.c
|
||||
dive.c
|
||||
divesite.c
|
||||
divesite.cpp
|
||||
divesite-helper.cpp
|
||||
divelist.c
|
||||
equipment.c
|
||||
errorhelper.c
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue