From 2dfc763ca9883f7f5a4f70bd797b16e9463c4ec1 Mon Sep 17 00:00:00 2001 From: Timo Strunk Date: Tue, 9 Sep 2014 15:57:58 +0200 Subject: [PATCH] Also added HAVE_ZLIB to linux makefile and added missing joyobj and retrolaunch obj for zip support --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d274313ceb..31ed1d1797 100644 --- a/Makefile +++ b/Makefile @@ -415,8 +415,10 @@ endif ifeq ($(HAVE_ZLIB), 1) HAVE_COMPRESSION = 1 OBJ += gfx/rpng/rpng.o file_extract.o decompress/zip_support.o + JOYCONFIG_OBJ += decompress/zip_support.o + RETROLAUNCH_OBJ += decompress/zip_support.o LIBS += $(ZLIB_LIBS) - DEFINES += $(ZLIB_CFLAGS) -DHAVE_ZLIB_DEFLATE + DEFINES += $(ZLIB_CFLAGS) -DHAVE_ZLIB_DEFLATE -DHAVE_ZLIB endif OBJ += record/ffemu.o