# HG changeset patch # User jkeil # Date 1041006002 0 # Node ID 6690cdc35a08e80e7d6f28d61e413d0a13133713 # Parent b2e4f9dab7adf306c99107a728a7affce02e8500 Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs esd include flags diff -r b2e4f9dab7ad -r 6690cdc35a08 libao2/Makefile --- a/libao2/Makefile Fri Dec 27 16:17:57 2002 +0000 +++ b/libao2/Makefile Fri Dec 27 16:20:02 2002 +0000 @@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) .SUFFIXES: .c .o