summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 17:58:33 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 17:58:33 +0000
commit5442ba4d63b8f9548e140a47f63046c11819a972 (patch)
tree9abf68fe6bd99043cb1561908ee97c23e86e5707 /acinclude.m4
parent2d1284ae8d28374c81af55b8240f1923e6694be2 (diff)
Add skeleton for libgdbus support
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1721e0e6..07572bb7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -329,6 +329,9 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(GLIB, false)
fi
+ AC_SUBST([GDBUS_CFLAGS], ['-I$(top_srcdir)/gdbus'])
+ AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la'])
+
AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc'])
AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la'])