From: Harlan Stenn Date: Thu, 11 Jun 2015 17:55:32 +0000 (+0000) Subject: tests/bug-2803/Makefile.am must distribute bug-2803.h X-Git-Tag: NTP_4_3_40~6^2~15^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e0eaed7c55aee3e6cf8d06d2759abd841d7976;p=thirdparty%2Fntp.git tests/bug-2803/Makefile.am must distribute bug-2803.h bk: 5579cb94PwAf0Ik2bX_G140ancVtYA --- diff --git a/ChangeLog b/ChangeLog index 90d44ea8d..b407fa6b8 100644 --- 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 diff --git a/tests/bug-2803/Makefile.am b/tests/bug-2803/Makefile.am index 07f02baf5..fc03cd342 100644 --- a/tests/bug-2803/Makefile.am +++ b/tests/bug-2803/Makefile.am @@ -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)