From 102c815db15d5bb92f90b27d91c7a7ed9cef02ab Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Feb 2015 16:36:52 +0100 Subject: [PATCH] (rpng) Add nbio_stdio.c to test Makefile --- libretro-common/formats/png/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/formats/png/Makefile b/libretro-common/formats/png/Makefile index 4bbda953d9..46fde8a9f1 100644 --- a/libretro-common/formats/png/Makefile +++ b/libretro-common/formats/png/Makefile @@ -1,6 +1,6 @@ TARGET := rpng -SOURCES := rpng.c rpng_test.c +SOURCES := rpng.c rpng_test.c ../../file/nbio/nbio_stdio.c OBJS := $(SOURCES:.c=.o) CFLAGS += -Wall -pedantic -std=gnu99 -O0 -g -DHAVE_ZLIB -DHAVE_ZLIB_DEFLATE -DRPNG_TEST -I../../include