summaryrefslogtreecommitdiffstats
path: root/bluez.m4
diff options
context:
space:
mode:
Diffstat (limited to 'bluez.m4')
-rw-r--r--bluez.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/bluez.m4 b/bluez.m4
new file mode 100644
index 00000000..abcbaae2
--- /dev/null
+++ b/bluez.m4
@@ -0,0 +1,11 @@
+dnl
+dnl $Id$
+dnl
+
+AC_DEFUN([AM_PATH_BLUEZ], [
+ BLUEZ_CFLAGS=""
+ BLUEZ_LIBS="-lbluetooth"
+
+ AC_SUBST(BLUEZ_CFLAGS)
+ AC_SUBST(BLUEZ_LIBS)
+])