From 95ac2ecfcea0538dd234858e325ece5b404ea0b3 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 29 Sep 2020 17:26:56 +0800 Subject: [PATCH] tune --- src/misc/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/misc/Makefile.am b/src/misc/Makefile.am index e3754e21..2a07aeea 100644 --- a/src/misc/Makefile.am +++ b/src/misc/Makefile.am @@ -5,15 +5,12 @@ EXTRA_DIST= misc.c systext.c rwops.c endianrw.c nposix.c clipboard.c \ math.c about.c error.c sockio.c rc4.c rc4.h \ makefile.ng makefile.msvc -LITE_SRCS=error.c sockio.c - - if 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 anon_file.c rbtree.c map.c \ - $(LITE_SRCS) + error.c sockio.c endif SRC_FILES = $(libmisc_la_SOURCES)