From 8ba204534949222f6fcff41bb0259fc6346869bf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Sep 2015 15:53:05 +0200 Subject: [PATCH] Add retro_file to audio/tests --- audio/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/test/Makefile b/audio/test/Makefile index 87db6b367e..c6c421a7b7 100644 --- a/audio/test/Makefile +++ b/audio/test/Makefile @@ -23,6 +23,7 @@ SHAREDOBJ += $(LIBRETRO_COMM_DIR)/memmap/memalign.o \ $(LIBRETRO_COMM_DIR)/string/string_list.o \ $(LIBRETRO_COMM_DIR)/file/config_file_userdata.o \ $(LIBRETRO_COMM_DIR)/file/config_file.o \ + $(LIBRETRO_COMM_DIR)/file/retro_file.o \ $(LIBRETRO_COMM_DIR)/file/file_path.o \ $(LIBRETRO_COMM_DIR)/compat/compat.o \ $(LIBRETRO_COMM_DIR)/hash/rhash.o \