diff 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
line wrap: on
line diff
--- a/stream/Makefile	Sun Aug 27 15:33:11 2006 +0000
+++ b/stream/Makefile	Sun Aug 27 20:17:19 2006 +0000
@@ -115,7 +115,7 @@
 
 OBJS	= $(SRCS:.c=.o)
 INCLUDE = -I.. -I../loader $(LIBAV_INC)
-CFLAGS  = $(INCLUDE) $(OPTFLAGS) $(XMMS_CFLAGS)
+CFLAGS  = $(INCLUDE) $(OPTFLAGS)
 
 .SUFFIXES: .c .o