From 7714a57c44c134ecda672bd6c6959ad47d6de891 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 24 Aug 2016 14:10:24 +0200 Subject: [PATCH] Add missing header files to the Makefiles. To be able to generate a distribution tarball, all files need to be listed explicitely. --- include/libdivecomputer/Makefile.am | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libdivecomputer/Makefile.am b/include/libdivecomputer/Makefile.am index 778037f..e11ca4e 100644 --- a/include/libdivecomputer/Makefile.am +++ b/include/libdivecomputer/Makefile.am @@ -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 \ diff --git a/src/Makefile.am b/src/Makefile.am index fba41a8..f3305a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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