From 531c92ecab952f9eff3e6241aaba08dd86b83a41 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 4 Dec 2015 20:33:08 -0800 Subject: [PATCH] Add header file to x52test_SOURCES The absence was causing `make distcheck' to fail. --- libx52/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libx52/Makefile.am b/libx52/Makefile.am index 7ced535..e2e3c45 100644 --- a/libx52/Makefile.am +++ b/libx52/Makefile.am @@ -12,5 +12,5 @@ x52cli_SOURCES = src/x52_cli.c x52cli_LDADD = libx52.la x52test_SOURCES = src/x52_test.c src/x52_test_mfd.c src/x52_test_led.c \ - src/x52_test_clock.c + src/x52_test_clock.c src/x52_test_common.h x52test_LDADD = libx52.la