does not need libsdp any longer
This commit is contained in:
parent
32c4940900
commit
c9c58ee818
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 plunky Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/05/12 13:09:43 plunky Exp $
|
||||
|
||||
PROG= btdevctl
|
||||
MAN= btdevctl.8
|
||||
SRCS= btdevctl.c db.c print.c sdp.c
|
||||
|
||||
DPADD+= ${LIBBLUETOOTH} ${LIBPROP} ${LIBSDP} ${LIBUSBHID}
|
||||
LDADD+= -lbluetooth -lprop -lsdp -lusbhid
|
||||
DPADD+= ${LIBBLUETOOTH} ${LIBPROP} ${LIBUSBHID}
|
||||
LDADD+= -lbluetooth -lprop -lusbhid
|
||||
|
||||
CPPFLAGS+= -DSDP_COMPAT
|
||||
|
||||
|
|
Loading…
Reference in New Issue