summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-11-26 21:15:53 +0000
committerFrediano Ziglio <fziglio@redhat.com>2020-03-02 14:04:06 +0000
commit626ad248f5b22520c85d2215ca5ebe4f71e823ab (patch)
treec3852055cae6ed095c94a25169f491f1f4297744 /tools
parenta7f25ca5a82bd7278ea45ff5ff765babb299a99e (diff)
build: Update spice-common integration
Use new common.m4 include file to make easier to integrate with spice-common repository. The new include will allow for instance spice-common to add additional dependencies without changes (or minor) to spice-server. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Kevin Pouget <kpouget@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 702fcdd1..db9596e9 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,8 +1,7 @@
NULL =
AM_CPPFLAGS = \
- $(COMMON_CFLAGS) \
- $(SPICE_PROTOCOL_CFLAGS) \
+ $(SPICE_COMMON_CFLAGS) \
$(WARN_CFLAGS) \
$(NULL)