From: Harlan Stenn Date: Tue, 16 Oct 2001 03:36:58 +0000 (-0400) Subject: Lose mktime.c snprintf.c strdup.c strerror.c from X-Git-Tag: NTP_4_1_0B_RC1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92d2e489ca237d4b04fada2c840140dd299acc6;p=thirdparty%2Fntp.git Lose mktime.c snprintf.c strdup.c strerror.c from EXTRA_libntp_a_SOURCES as they are auto-added by AC_REPLACE_FUNCS bk: 3bcbab5aeN_geDpExdtPcHm8GcmfFw --- diff --git a/libntp/Makefile.am b/libntp/Makefile.am index 654981b050..56448af506 100644 --- a/libntp/Makefile.am +++ b/libntp/Makefile.am @@ -13,8 +13,8 @@ libntp_a_SOURCES = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \ tstotv.c tvtoa.c tvtots.c uglydate.c uinttoa.c utvtoa.c ymd2yd.c \ mfp_mul.c binio.c ieee754io.c gpstolfp.c recvbuff.c iosignal.c \ icom.c audio.c -EXTRA_libntp_a_SOURCES = adjtimex.c log.c mktime.c random.c snprintf.c \ - strdup.c strerror.c +EXTRA_libntp_a_SOURCES = adjtimex.c log.c random.c +# mktime.c snprintf.c strdup.c strerror.c libntp_a_LIBADD = @LIBOBJS@ libntp_a_DEPENDENCIES = @LIBOBJS@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref