diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 88bf7cb022be1..8a47a3c554a3d 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -112,7 +112,7 @@ $(srcdir)/ntp-keygen.html: $(srcdir)/ntp-keygen.texi $(top_srcdir)/sntp/include/ cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true ) -jitter_SOURCES= jitter.c jitter.h +jitter_SOURCES= jitter.c jitter_LDADD= kern.o: kern.c |