From: Damir Tomic Date: Sun, 14 Jun 2015 16:42:02 +0000 (+0200) Subject: Makefile.am: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37d1fb9f6d683eaef2d68470e269ea578b97e0f;p=thirdparty%2Fntp.git Makefile.am: added test-libntp.h in noinst_HEADERS, otherwise you can't build make distcheck on my ubuntu bk: 557daeda4_QtsM7A7lEJjIqt0J7Fyg --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 7b4677a4f..f535f1f8c 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -109,6 +109,7 @@ noinst_HEADERS = \ libntptest.h \ sockaddrtest.h \ timestructs.h \ + test-libntp.h \ $(NULL) #$(srcdir)/run-test-libntp.c: $(srcdir)/test-libntp.c $(std_unity_list)