(rpng) Add nbio_stdio.c to test Makefile

This commit is contained in:
twinaphex 2015-02-20 16:36:52 +01:00
parent a3c5142040
commit 102c815db1

View File

@ -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