diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-27 21:20:37 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-27 21:20:37 +0000 |
commit | 9491636254186651db93c19f61db8ec10bb16dfe (patch) | |
tree | 917eb2e0bdae7678112c5e546318e00696e4cd50 /usr.bin/aucat/Makefile | |
parent | 6c680bdf200957b0ebc81425047938eed9603414 (diff) |
move amsg.h containing protocol defs from aucat side to libsndio side.
requested by deraadt
Diffstat (limited to 'usr.bin/aucat/Makefile')
-rw-r--r-- | usr.bin/aucat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile index fa6270b335f..ee125d29e39 100644 --- a/usr.bin/aucat/Makefile +++ b/usr.bin/aucat/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2010/07/31 08:48:01 ratchov Exp $ +# $OpenBSD: Makefile,v 1.15 2011/04/27 21:20:36 ratchov Exp $ PROG= aucat SRCS= aucat.c abuf.c aparams.c aproc.c dev.c midi.c file.c headers.c \ siofile.c miofile.c sock.c pipe.c listen.c opt.c wav.c dbg.c MAN= aucat.1 midicat.1 LINKS= ${BINDIR}/aucat ${BINDIR}/midicat -CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG +CFLAGS+= -Wall -Wstrict-prototypes -Wundef -DDEBUG -I${.CURDIR}/../../lib/libsndio LDADD+= -lsndio .include <bsd.prog.mk> |