aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 770b400326..7ef744aa95 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -12,7 +12,7 @@ INSTALL_PROG = $(INSTALL) -m0755
INSTALL_DATA = $(INSTALL) -m0644
INSTALL_DIR = $(INSTALL) -d -m0755
-MAJOR = 2.0
+MAJOR = 3.0
MINOR = 0
CC = gcc
@@ -37,6 +37,7 @@ SRCS += xc_misc.c
SRCS += xc_physdev.c
SRCS += xc_private.c
SRCS += xc_rrobin.c
+SRCS += xc_vmx_build.c
CFLAGS += -Wall
CFLAGS += -Werror