comparison stream/Makefile @ 19552:b4e2c17c2bdf

Remove XMMS_CFLAGS from CFLAGS, the variable is never set.
author diego
date Sun, 27 Aug 2006 20:17:19 +0000
parents 4f71ed7cb512
children bd821fd3e244
comparison
equal deleted inserted replaced
19551:4186a45ce6c8 19552:b4e2c17c2bdf
113 SRCS += dvb_tune.c 113 SRCS += dvb_tune.c
114 endif 114 endif
115 115
116 OBJS = $(SRCS:.c=.o) 116 OBJS = $(SRCS:.c=.o)
117 INCLUDE = -I.. -I../loader $(LIBAV_INC) 117 INCLUDE = -I.. -I../loader $(LIBAV_INC)
118 CFLAGS = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS) 118 CFLAGS = $(INCLUDE) $(OPTFLAGS)
119 119
120 .SUFFIXES: .c .o 120 .SUFFIXES: .c .o
121 121
122 # .PHONY: all clean 122 # .PHONY: all clean
123 123