PROG= bt-device
SRCS= bt-device.c

CPPFLAGS+=$(shell pkg-config --cflags glib-2.0 dbus-1)
LDFLAGS+=$(shell pkg-config --libs glib-2.0 dbus-1)

CPPFLAGS+= -I$(SRCDIR) -I$(CURDIR)/../../../lib/libbluez5
LDFLAGS+= -lbluez5

include ../../Makefile.app
