Add missing header files to the Makefiles.

To be able to generate a distribution tarball, all files need to be
listed explicitely.
This commit is contained in:
Jef Driesen 2016-08-24 14:10:24 +02:00
parent 3cb29abfaa
commit 7714a57c44
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ libdivecomputer_HEADERS = \
suunto.h \
suunto_solution.h \
suunto_eon.h \
suunto_eonsteel.h \
suunto_vyper.h \
suunto_vyper2.h \
suunto_d9.h \

View File

@ -65,7 +65,7 @@ libdivecomputer_la_SOURCES = \
checksum.h checksum.c \
array.h array.c \
buffer.c \
cochran_commander.h cochran_commander.c \
cochran_commander.c \
cochran_commander_parser.c
if OS_WIN32