diff libao2/Makefile @ 8574:6690cdc35a08

Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs esd include flags
author jkeil
date Fri, 27 Dec 2002 16:20:02 +0000
parents 97857ca97a8f
children f2725d6717bd
line wrap: on
line diff
--- 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