From: Harlan Stenn Date: Fri, 12 Sep 2008 19:20:13 +0000 (-0400) Subject: [Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution X-Git-Tag: NTP_4_2_5P130~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601cb0ce790c0af6b37b8ab24eba6bf51ec8c420;p=thirdparty%2Fntp.git [Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution bk: 48cac0ed3V0fOqUbLJi2T-Cni_eQ6Q --- diff --git a/ChangeLog b/ChangeLog index abb4677d2..fa09a2ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution. (4.2.5p129) 2008/09/11 Released by Harlan Stenn * Quiet some libntpq-related warnings. (4.2.5p128) 2008/09/08 Released by Harlan Stenn diff --git a/ntpsnmpd/Makefile.am b/ntpsnmpd/Makefile.am index 7131b017c..38a886edf 100644 --- a/ntpsnmpd/Makefile.am +++ b/ntpsnmpd/Makefile.am @@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS= sbin_PROGRAMS= ntpsnmpd ntpsnmpd_SOURCES= ntpsnmpd.c ntpSnmpSubagentObject.c +noinst_HEADERS= ntpSnmpSubagentObject.h # HMS: we probably want a version.o file here, too. LDADD= ../ntpq/libntpq.a ../libntp/libntp.a @SNMP_LIBS@ AM_CPPFLAGS= -I$(top_srcdir)/ntpq -I$(top_srcdir)/include `net-snmp-config --cflags`