From: Harlan Stenn Date: Wed, 29 Feb 2012 01:27:35 +0000 (-0500) Subject: Add missing library to ntpsnmpd build X-Git-Tag: NTP_4_2_7P262~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9560e742181d204f792fc9a450a3ed037129a837;p=thirdparty%2Fntp.git Add missing library to ntpsnmpd build bk: 4f4d7f07IgVN6K5wUzkOritzconYJQ --- diff --git a/ntpsnmpd/Makefile.am b/ntpsnmpd/Makefile.am index 9993d8f53..7dfd8abc2 100644 --- a/ntpsnmpd/Makefile.am +++ b/ntpsnmpd/Makefile.am @@ -9,7 +9,7 @@ ntpsnmpd_SOURCES= netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \ ntpsnmpd-opts.c ntpsnmpd-opts.h ntpSnmpSubagentObject.h \ ntp_snmp.h # HMS: we probably want a version.o file here, too. -LDADD = ../ntpq/libntpq.a ../libntp/libntp.a $(LDADD_LIBNTP) +LDADD = ../ntpq/libntpq.a ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) LDADD += $(PTHREAD_LIBS) $(LCRYPTO) $(SNMP_LIBS) $(LIBOPTS_LDADD) AM_CFLAGS = $(SNMP_CFLAGS) $(CFLAGS_NTP)