Depend on spice-protocol module

This doesn't actually use the new module, just sets it up for use.
This commit is contained in:
Alexander Larsson 2010-02-04 16:54:17 +01:00
parent a8ffd12e99
commit 3d84818a7b
3 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@ INCLUDES = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/common/linux \
-I$(top_srcdir)/client \
$(PROTOCOL_CFLAGS) \
$(GL_CFLAGS) \
$(ALSA_CFLAGS) \
$(FFMPEG_CFLAGS) \

View File

@ -87,6 +87,11 @@ AM_CONDITIONAL(OS_LINUX, test "$os_linux" = "yes")
dnl =========================================================================
dnl Check deps
PKG_CHECK_MODULES(PROTOCOL, spice-protocol)
AC_SUBST(PROTOCOL_CFLAGS)
SPICE_REQUIRES+=" log4cpp"
AC_CHECK_LIBM
AC_SUBST(LIBM)

View File

@ -4,6 +4,7 @@ INCLUDES = \
-I. \
-I$(top_srcdir)/common \
-I$(top_srcdir)/common/linux \
$(PROTOCOL_CFLAGS) \
$(FFMPEG_CFLAGS) \
$(QCAIRO_CFLAGS) \
$(GL_CFLAGS) \