summaryrefslogtreecommitdiff
path: root/src/test_libs_common/Makefile.lite
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_libs_common/Makefile.lite')
-rw-r--r--src/test_libs_common/Makefile.lite4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test_libs_common/Makefile.lite b/src/test_libs_common/Makefile.lite
index abf2f1e9..cb970a6e 100644
--- a/src/test_libs_common/Makefile.lite
+++ b/src/test_libs_common/Makefile.lite
@@ -28,12 +28,8 @@ LIB_NAME = libtest_libs_common
ifeq ($(OS),Darwin)
EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
else
-ifeq ($(findstring Windows,$(OS)),Windows)
- LIBS = -lFLAC -lwin_utf8_io $(OGG_LIBS) -lm
-else
LIBS = -lFLAC $(OGG_LIBS) -lm
endif
-endif
INCLUDES = -I$(topdir)/include