From bc24cd8c70139f625c55dfc9c1ddc4796f26356d Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 13 Jan 2014 21:28:18 +0100 Subject: [PATCH] Renamed unused source files from zlib. These files are included in zlib, but they should not be compiled into the actual library. Since they contain example code on how to use the lib, I decided to keep them, renamed to .txt. --- lib/zlib/{example.c => example.c.txt} | 0 lib/zlib/{minigzip.c => minigzip.c.txt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/zlib/{example.c => example.c.txt} (100%) rename lib/zlib/{minigzip.c => minigzip.c.txt} (100%) diff --git a/lib/zlib/example.c b/lib/zlib/example.c.txt similarity index 100% rename from lib/zlib/example.c rename to lib/zlib/example.c.txt diff --git a/lib/zlib/minigzip.c b/lib/zlib/minigzip.c.txt similarity index 100% rename from lib/zlib/minigzip.c rename to lib/zlib/minigzip.c.txt