]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 16:42:02 +0000 (18:42 +0200)
committerDamir Tomic <viperus@ntp.org>
Sun, 14 Jun 2015 16:42:02 +0000 (18:42 +0200)
  added test-libntp.h in noinst_HEADERS, otherwise you can't build make distcheck on my ubuntu

bk: 557daeda4_QtsM7A7lEJjIqt0J7Fyg

tests/libntp/Makefile.am

index 7b4677a4f66def168a05672a629dfc9ddbe34daf..f535f1f8c2d87cf99dcbfdbba62fc6b15bf287a4 100644 (file)
@@ -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)