Jef Driesen 44eba5515c Move the I/O implementations to the public api
The I/O implementations need to be exposed in the public api, otherwise
applications won't be able to use them!
2018-04-03 21:44:08 +02:00

32 lines
519 B
Makefile

libdivecomputerdir = $(includedir)/libdivecomputer
libdivecomputer_HEADERS = \
version.h \
common.h \
context.h \
buffer.h \
descriptor.h \
iterator.h \
iostream.h \
serial.h \
bluetooth.h \
irda.h \
usbhid.h \
custom.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