Merge upstream libdivecomputer changes from Jef Driesen. The most noticeable part is Jen Mulder's OSTC3 initial setpoint addition, which fixes the OSTC3 data in CCR3 mode. But also various cleanups and fixups from Jef. * 'master' of git://git.libdivecomputer.org/libdivecomputer: OSTC3: set initial setpoint in profile data Remove unused parameters Cleanup the extract dives functions Remove unnecessary helper functions Remove deprecated functions from the public api Remove unnecessary include statements Fix the firmware version and serial number Add support for the Uwatec Aladin Tec 3G
27 lines
463 B
Makefile
27 lines
463 B
Makefile
libdivecomputerdir = $(includedir)/libdivecomputer
|
|
libdivecomputer_HEADERS = \
|
|
version.h \
|
|
common.h \
|
|
context.h \
|
|
custom_serial.h \
|
|
buffer.h \
|
|
descriptor.h \
|
|
iterator.h \
|
|
device.h \
|
|
parser.h \
|
|
datetime.h \
|
|
units.h \
|
|
suunto_eon.h \
|
|
suunto_vyper2.h \
|
|
suunto_d9.h \
|
|
reefnet_sensus.h \
|
|
reefnet_sensuspro.h \
|
|
reefnet_sensusultra.h \
|
|
oceanic_atom2.h \
|
|
oceanic_veo250.h \
|
|
oceanic_vtpro.h \
|
|
hw_ostc.h \
|
|
hw_frog.h \
|
|
hw_ostc3.h \
|
|
atomics_cobalt.h
|