comparison stream/Makefile @ 19302:cc4774869fbc

renamed dvdnav_stream to stream_dvdnav for consistency
author ben
date Thu, 03 Aug 2006 20:44:14 +0000
parents 097e5bc71210
children ab8d6b6deb63
comparison
equal deleted inserted replaced
19301:097e5bc71210 19302:cc4774869fbc
27 27
28 ifeq ($(HAVE_DVD),yes) 28 ifeq ($(HAVE_DVD),yes)
29 SRCS += stream_dvd.c 29 SRCS += stream_dvd.c
30 endif 30 endif
31 ifeq ($(DVDNAV),yes) 31 ifeq ($(DVDNAV),yes)
32 SRCS += dvdnav_stream.c 32 SRCS += stream_dvdnav.c
33 endif 33 endif
34 ifeq ($(VCD),yes) 34 ifeq ($(VCD),yes)
35 SRCS += stream_vcd.c 35 SRCS += stream_vcd.c
36 endif 36 endif
37 ifeq ($(FTP),yes) 37 ifeq ($(FTP),yes)