add -I. to build with sndio.h in current dir

This commit is contained in:
Alexandre Ratchov 2014-05-13 09:38:00 +02:00
parent 0e0511c762
commit dfa5df2eb5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ sio.o sio_alsa.o sio_aucat.o sio_sun.o \
issetugid.o strlcat.o strlcpy.o strtonum.o
.c.o:
${CC} ${CFLAGS} ${SO_CFLAGS} ${INCLUDE} ${DEFS} -o $@ -c $<
${CC} ${CFLAGS} ${SO_CFLAGS} -I. ${INCLUDE} ${DEFS} -o $@ -c $<
libsndio.so.${MAJ}.${MIN}: ${OBJS}
${CC} ${LDFLAGS} ${SO_CFLAGS} ${SO_LDFLAGS} -o libsndio.so.${MAJ}.${MIN} ${OBJS} ${LDADD}