aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/Makefile')
-rw-r--r--tools/libxen/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index db7be23348..63ba11263d 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -21,13 +21,13 @@ include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 1.0
MINOR = 0
-CFLAGS = -Iinclude \
- $(shell xml2-config --cflags) \
- $(shell curl-config --cflags) \
- -W -Wall -Wmissing-prototypes -Werror -std=c99 -O2 -fPIC
+CFLAGS += -Iinclude \
+ $(shell xml2-config --cflags) \
+ $(shell curl-config --cflags) \
+ -fPIC
-LDFLAGS = $(shell xml2-config --libs) \
- $(shell curl-config --libs)
+LDFLAGS += $(shell xml2-config --libs) \
+ $(shell curl-config --libs)
LIBXENAPI_HDRS = $(wildcard include/xen/api/*.h) include/xen/api/xen_all.h
LIBXENAPI_OBJS = $(patsubst %.c, %.o, $(wildcard src/*.c))