Jef Driesen d1a06e784c Remove deprecated functions from the public api
The vendor_product_parser_create() and vendor_product_device_open()
functions should be called indirectly, through the generic
dc_device_open() and dc_parser_new() functions. And the
vendor_product_extract_dives() functions are internal functions that
should never have been part of the public api in the first place.
2017-04-18 08:41:10 +02:00

26 lines
444 B
Makefile

libdivecomputerdir = $(includedir)/libdivecomputer
libdivecomputer_HEADERS = \
version.h \
common.h \
context.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