diff --git a/libretro-common/formats/png/Makefile b/libretro-common/formats/png/Makefile index b5d93e0e24..f0e4d6c1ae 100644 --- a/libretro-common/formats/png/Makefile +++ b/libretro-common/formats/png/Makefile @@ -13,7 +13,8 @@ SOURCES_C := rpng.c \ rpng_test.c \ ../../compat/compat.c \ ../../file/nbio/nbio_stdio.c \ - ../../file/file_extract.c \ + ../../file/file_archive.c \ + ../../file/file_archive_zlib.c \ ../../file/file_path.c \ ../../file/retro_file.c \ ../../string/string_list.c