diff libmpdemux/Makefile @ 2466:451426046a14

CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c
author jkeil
date Thu, 25 Oct 2001 13:19:18 +0000
parents e22ec6fce385
children 4bc54a0f775f
line wrap: on
line diff
--- a/libmpdemux/Makefile	Thu Oct 25 12:40:21 2001 +0000
+++ b/libmpdemux/Makefile	Thu Oct 25 13:19:18 2001 +0000
@@ -9,7 +9,7 @@
 endif
 
 OBJS	= $(SRCS:.c=.o)
-INCLUDE = -I../loader $(EXTRA_INC)
+INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
 CFLAGS  = $(OPTFLAGS) $(INCLUDE)
 
 .SUFFIXES: .c .o