_paths.h isn't useful anymore in systemd_stubs.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
tools/ocaml/libs/xentoollog/xentoollog.mli
tools/ocaml/libs/xs/paths.ml
tools/ocaml/libs/xc/xenctrl_abi_check.h
-tools/ocaml/xenstored/_paths.h
tools/ocaml/xenstored/oxenstored
tools/ocaml/xenstored/oxenstored.conf
tools/ocaml/xenstored/paths.ml
systemd_C_OBJS = systemd_stubs
OCAML_LIBRARY += systemd
-$(foreach obj,$(systemd_C_OBJS),$(obj).o): _paths.h
-
LIBS_systemd += $(LDFLAGS-y)
OBJS = paths \
$(eval $(genpath-target))
GENERATED_FILES += paths.ml
-
-genpath-target = $(call buildmakevars2header,_paths.h)
-$(eval $(genpath-target))
-
-GENERATE_FILES += _paths.h
#include <systemd/sd-daemon.h>
-#include "_paths.h"
-
CAMLprim value ocaml_sd_notify_ready(value ignore)
{
CAMLparam1(ignore);