They should be treated like any other libraries installed on the build
host. Compiler options are set correctly to point to their locations.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
#include <inttypes.h>
#include <regex.h>
-#include "libxl.h"
-#include "libxl_utils.h"
-#include "libxlutil.h"
+#include <libxl.h>
+#include <libxl_utils.h>
+#include <libxlutil.h>
#include "xl.h"
xentoollog_logger_stdiostream *logger;
#include <assert.h>
#include "_paths.h"
-#include "xentoollog.h"
+#include <xentoollog.h>
struct cmd_spec {
char *cmd_name;
#include <limits.h>
#include <xen/hvm/e820.h>
-#include "libxl.h"
-#include "libxl_utils.h"
-#include "libxl_json.h"
-#include "libxlutil.h"
+#include <libxl.h>
+#include <libxl_utils.h>
+#include <libxl_json.h>
+#include <libxlutil.h>
#include "xl.h"
/* For calls which return an errno on failure */
#include <string.h>
-#include "libxl.h"
+#include <libxl.h>
#include "xl.h"
struct cmd_spec cmd_table[] = {
#include <stdlib.h>
#include <inttypes.h>
-#include "libxl.h"
-#include "libxl_utils.h"
+#include <libxl.h>
+#include <libxl_utils.h>
#include "xl.h"
/* In general you should not add new output to this function since it