]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Lose mktime.c snprintf.c strdup.c strerror.c from
authorHarlan Stenn <stenn@ntp.org>
Tue, 16 Oct 2001 03:36:58 +0000 (23:36 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 16 Oct 2001 03:36:58 +0000 (23:36 -0400)
EXTRA_libntp_a_SOURCES as they are auto-added by AC_REPLACE_FUNCS

bk: 3bcbab5aeN_geDpExdtPcHm8GcmfFw

libntp/Makefile.am

index 654981b0505ac200637e6cd6217c6b586dea6396..56448af5062e690f7c9911b691304e154ab3ad33 100644 (file)
@@ -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