]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
tests/bug-2803/Makefile.am must distribute bug-2803.h
authorHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 17:55:32 +0000 (17:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 11 Jun 2015 17:55:32 +0000 (17:55 +0000)
bk: 5579cb94PwAf0Ik2bX_G140ancVtYA

ChangeLog
tests/bug-2803/Makefile.am

index 90d44ea8dcea9b0c1dcff46fa09de54539bbbb15..b407fa6b844ea33409640b7ab676c4f8227d6dfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
 * Unity test framework fixes.
 * Initial support for PACKAGE_VERSION tests.
 * sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS.
+* tests/bug-2803/Makefile.am must distribute bug-2803.h.
 ---
 (4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn <stenn@ntp.org>
 
index 07f02baf544a2674f534fa71b9e1efedda32d890..fc03cd3425467536003cc424f7610ea91f7975bd 100644 (file)
@@ -28,6 +28,7 @@ AM_LDFLAGS = $(LDFLAGS_NTP)
 
 bug_2803_SOURCES =                     \
        bug-2803.c                      \
+       bug-2803.h                      \
        run-bug-2803.c                  \
        ut-2803.c                       \
        $(NULL)