diff Makefile @ 7446:ad00ad5f25a9

Automatic unrar of vobsub. Does not work with rar v3
author kmkaplan
date Fri, 20 Sep 2002 01:26:39 +0000
parents 7ec253a97341
children aa2274311ebb
line wrap: on
line diff
--- a/Makefile	Thu Sep 19 16:19:49 2002 +0000
+++ b/Makefile	Fri Sep 20 01:26:39 2002 +0000
@@ -55,6 +55,10 @@
 PARTS += Gui
 endif
 
+ifeq ($(UNRARLIB),yes)
+SRCS_COMMON += unrarlib.c
+endif
+
 ifneq ($(W32_LIB),)
 PARTS += loader loader/dshow
 endif