remove listenfd.c

This commit is contained in:
Vincent Wei
2020-08-12 18:45:36 +08:00
parent fec1ccef76
commit 988d1ca680

View File

@@ -4,18 +4,14 @@ INCLUDES = -I$(abs_top_srcdir)/include -I$(abs_top_srcdir)/src/include
noinst_LTLIBRARIES = libmisc.la
EXTRA_DIST= misc.c systext.c rwops.c endianrw.c nposix.c clipboard.c \
math.c about.c error.c sockio.c listenfd.c rc4.c rc4.h \
math.c about.c error.c sockio.c rc4.c rc4.h \
makefile.ng makefile.msvc
LITE_SRCS=error.c sockio.c listenfd.c
ifdef MG_MINIMALGDI
libmisc_la_SOURCES = misc.c math.c rwops.c nposix.c
else
libmisc_la_SOURCES = misc.c systext.c rwops.c endianrw.c nposix.c clipboard.c \
math.c about.c license.c \
$(LITE_SRCS)
math.c about.c license.c error.c sockio.c rc4.c
endif
SRC_FILES = $(libmisc_la_SOURCES)