summaryrefslogtreecommitdiffstats
path: root/bluez.m4
blob: abcbaae2da772dc1c8642dbd40f561824278721b (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl
dnl  $Id$
dnl

AC_DEFUN([AM_PATH_BLUEZ], [
	BLUEZ_CFLAGS=""
	BLUEZ_LIBS="-lbluetooth"

	AC_SUBST(BLUEZ_CFLAGS)
	AC_SUBST(BLUEZ_LIBS)
])