Add header file to x52test_SOURCES

The absence was causing `make distcheck' to fail.
pull/7/head
nirenjan 2015-12-04 20:33:08 -08:00
parent b7fe3e484c
commit 531c92ecab
1 changed files with 1 additions and 1 deletions

View File

@ -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