diff options
Diffstat (limited to 'examples/c/encode/file/Makefile.lite')
-rw-r--r-- | examples/c/encode/file/Makefile.lite | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/c/encode/file/Makefile.lite b/examples/c/encode/file/Makefile.lite index 9bae4b9f..07f147eb 100644 --- a/examples/c/encode/file/Makefile.lite +++ b/examples/c/encode/file/Makefile.lite @@ -32,12 +32,8 @@ INCLUDES = -I$(topdir)/include 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 SRCS_C = main.c |