summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0d3fad226..5475b51c9a 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,10 @@ ifeq ($(GUI),yes)
PARTS += Gui
endif
+ifeq ($(UNRARLIB),yes)
+SRCS_COMMON += unrarlib.c
+endif
+
ifneq ($(W32_LIB),)
PARTS += loader loader/dshow
endif