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