From: Harlan Stenn Date: Thu, 24 May 2007 05:38:12 +0000 (-0400) Subject: [Bug 832] Add libisc/log.c headers to the distribution. X-Git-Tag: NTP_4_2_5P36~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cef3d9575fdd622aeeb9109a83e67624075d3b;p=thirdparty%2Fntp.git [Bug 832] Add libisc/log.c headers to the distribution. bk: 465524c4-tWpAzTxO27-RnnoZlLYJg --- diff --git a/ChangeLog b/ChangeLog index 8b4f9ea35..01dcac2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 832] Add libisc/log.c headers to the distribution. * [Bug 808] Only write the drift file if we are in state 4. * Initial import of libisc/log.c and friends. * [Bug 826] Fix redefinition of PI. diff --git a/include/isc/Makefile.am b/include/isc/Makefile.am index 2bb5b4671..2fc2aef2a 100644 --- a/include/isc/Makefile.am +++ b/include/isc/Makefile.am @@ -8,7 +8,9 @@ noinst_HEADERS = \ assertions.h \ boolean.h \ buffer.h \ + dir.h \ error.h \ + file.h \ formatcheck.h \ int.h \ interfaceiter.h \ @@ -16,6 +18,7 @@ noinst_HEADERS = \ lang.h \ lib.h \ list.h \ + log.h \ magic.h \ mem.h \ msgcat.h \ @@ -31,7 +34,10 @@ noinst_HEADERS = \ result.h \ region.h \ sockaddr.h \ + stat.h \ + stdio.h \ strerror.h \ string.h \ + time.h \ types.h \ util.h