]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1063] ntpSnmpSubagentObject.h is missing from the distribution
authorHarlan Stenn <stenn@ntp.org>
Fri, 12 Sep 2008 19:20:13 +0000 (15:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 12 Sep 2008 19:20:13 +0000 (15:20 -0400)
bk: 48cac0ed3V0fOqUbLJi2T-Cni_eQ6Q

ChangeLog
ntpsnmpd/Makefile.am

index abb4677d24074471ef632107eb615440df12d214..fa09a2ce9bd973c38977f0fcb4af95baf013d665 100644 (file)
--- 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 <stenn@ntp.org>
 * Quiet some libntpq-related warnings.
 (4.2.5p128) 2008/09/08 Released by Harlan Stenn <stenn@ntp.org>
index 7131b017c29876ee5a3316deb36052eff2c96ba8..38a886edf0f5524558acba33a0d917844924ec8c 100644 (file)
@@ -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`