Mercurial > mplayer.hg
diff libao2/Makefile @ 1234:dfccdda074e5
OPTFLAGS vs. INCLUDES cleanup
author | arpi |
---|---|
date | Tue, 26 Jun 2001 23:15:58 +0000 |
parents | 9d764880d989 |
children | b24661a9924e |
line wrap: on
line diff
--- a/libao2/Makefile Tue Jun 26 21:34:03 2001 +0000 +++ b/libao2/Makefile Tue Jun 26 23:15:58 2001 +0000 @@ -7,8 +7,7 @@ SRCS=audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) -# -I/usr/X11R6/include/ +CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC) .SUFFIXES: .c .o