From a2f50174dde261f5664ce31982a766af32af51e9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 23 Mar 2016 18:45:44 +0100 Subject: [PATCH] Update audio/test/Makefile --- audio/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/test/Makefile b/audio/test/Makefile index c6c421a7b7..444d99ce58 100644 --- a/audio/test/Makefile +++ b/audio/test/Makefile @@ -20,10 +20,10 @@ CFLAGS += -I$(LIBRETRO_COMM_DIR)/include -I../../ LDFLAGS += -lm 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)/lists/string_list.o \ + ../..//config_file_userdata.o \ $(LIBRETRO_COMM_DIR)/file/config_file.o \ - $(LIBRETRO_COMM_DIR)/file/retro_file.o \ + $(LIBRETRO_COMM_DIR)/streams/file_stream.o \ $(LIBRETRO_COMM_DIR)/file/file_path.o \ $(LIBRETRO_COMM_DIR)/compat/compat.o \ $(LIBRETRO_COMM_DIR)/hash/rhash.o \