diff libao2/Makefile @ 3283:73de2c85844d

FreeBSD install nas* to /usr/X11 by default (and require -lm)
author nexus
date Mon, 03 Dec 2001 15:57:10 +0000
parents 1648d11fc36c
children 7d2565bd1ccf
line wrap: on
line diff
--- a/libao2/Makefile	Mon Dec 03 15:30:06 2001 +0000
+++ b/libao2/Makefile	Mon Dec 03 15:57:10 2001 +0000
@@ -7,7 +7,7 @@
 SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC)
 
 .SUFFIXES: .c .o