PROG= bluez-agent
SRCS= bluez-agent.c

CPPFLAGS+=$(shell pkg-config --cflags dbus-1)
LDFLAGS+=$(shell pkg-config --libs dbus-1)
LDFLAGS+=-llocal_comm -lmbtutl

CPPFLAGS+= -I$(SRCDIR) -I$(LIBLOCAL_COMMDIR) -I$(LIBMBTUTLDIR)

include ../../Makefile.app
