From: Rafaël Carré Date: Tue, 21 Nov 2006 14:33:31 +0000 (+0000) Subject: Uses dbus flags to build libvlc (fixes #857) X-Git-Tag: 0.9.0-test0~9341 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=482eca7cb90fe618e451075cdf603a0dc823dd20;ds=inline Uses dbus flags to build libvlc (fixes #857) --- diff --git a/configure.ac b/configure.ac index 0714aa74db..4ee3138ced 100644 --- a/configure.ac +++ b/configure.ac @@ -854,8 +854,8 @@ then AC_DEFINE( HAVE_DBUS_2, 1, [Define if you have the D-BUS library API >= 0.92] ) AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the D-BUS library API >= 0.30] ) AC_DEFINE( HAVE_DBUS, 1, [Define if you have the D-BUS library] ) - VLC_ADD_LDFLAGS([screensaver],[$DBUS_LIBS]) - VLC_ADD_CFLAGS([screensaver],[$DBUS_CFLAGS]) + VLC_ADD_LDFLAGS([screensaver libvlc],[$DBUS_LIBS]) + VLC_ADD_CFLAGS([screensaver libvlc],[$DBUS_CFLAGS]) dnl Check for dbus control interface AC_ARG_ENABLE(dbus-control, [ --enable-dbus-control D-BUS control interface (default disabled)]) if test "${enable_dbus_control}" = "yes"