summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 16:54:17 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 16:54:17 +0100
commit3d84818a7b8fc5ae09cc6470365e4072ef50c659 (patch)
tree240189e35c95687c3c11e23fba79fe0e3b59c922 /server/Makefile.am
parenta8ffd12e99dce07765244f776a6037c3b6ca174e (diff)
downloadspice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.tar.gz
spice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.tar.xz
spice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.zip
Depend on spice-protocol module
This doesn't actually use the new module, just sets it up for use.
Diffstat (limited to 'server/Makefile.am')
-rw-r--r--server/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am
index fdaa15a5..03f15a3b 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -4,6 +4,7 @@ INCLUDES = \
-I. \
-I$(top_srcdir)/common \
-I$(top_srcdir)/common/linux \
+ $(PROTOCOL_CFLAGS) \
$(FFMPEG_CFLAGS) \
$(QCAIRO_CFLAGS) \
$(GL_CFLAGS) \