Lines 350-357
Link Here
|
350 |
AC_SUBST([GDBUS_CFLAGS], ['-I$(top_srcdir)/gdbus']) |
350 |
AC_SUBST([GDBUS_CFLAGS], ['-I$(top_srcdir)/gdbus']) |
351 |
AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la']) |
351 |
AC_SUBST([GDBUS_LIBS], ['$(top_builddir)/gdbus/libgdbus.la']) |
352 |
|
352 |
|
353 |
AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc']) |
353 |
if (test "${alsa_enable}" = "yes" || test "${gstreamer_enable}" = "yes"); then |
354 |
AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la']) |
354 |
AC_SUBST([SBC_CFLAGS], ['-I$(top_srcdir)/sbc']) |
|
|
355 |
AC_SUBST([SBC_LIBS], ['$(top_builddir)/sbc/libsbc.la']) |
356 |
fi |
355 |
|
357 |
|
356 |
AM_CONDITIONAL(SNDFILE, test "${sndfile_enable}" = "yes" && test "${sndfile_found}" = "yes") |
358 |
AM_CONDITIONAL(SNDFILE, test "${sndfile_enable}" = "yes" && test "${sndfile_found}" = "yes") |
357 |
AM_CONDITIONAL(NETLINK, test "${netlink_enable}" = "yes" && test "${netlink_found}" = "yes") |
359 |
AM_CONDITIONAL(NETLINK, test "${netlink_enable}" = "yes" && test "${netlink_found}" = "yes") |