summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-31 08:52:52 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-31 08:52:52 +0000
commit61f64a95d1e0e8cf4f79b799394444d4bc03b5f7 (patch)
tree646659009a14cad04c7fe32faa8e02d6c6581392 /acinclude.m4
parent5ae83f09aa7142c995fb68b2f18fcea02fac955b (diff)
Add skeleton for embedding SBC library
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 83ab46d8..58bf8637 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -310,6 +310,9 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(EXPAT, test "${expat_enable}" = "yes" && test "${expat_found}" = "yes")
fi
+ AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc'])
+ AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la'])
+
AM_CONDITIONAL(INOTIFY, test "${inotify_enable}" = "yes" && test "${inotify_found}" = "yes")
AM_CONDITIONAL(USB, test "${usb_enable}" = "yes" && test "${usb_found}" = "yes")
AM_CONDITIONAL(OBEX, test "${obex_enable}" = "yes" && test "${openobex_found}" = "yes")