summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5bde095..1f987a9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -25,8 +25,7 @@ SOURCES := $(CORE_DIR)/apu.c \
$(CORE_DIR)/snapshot.c \
$(CORE_DIR)/soundux.c \
$(CORE_DIR)/spc700.c \
- $(CORE_DIR)/srtc.c \
- $(LIBRETRO_DIR)/libretro.c
+ $(CORE_DIR)/srtc.c
ifeq ($(STATIC_LINKING), 1)
else