mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
c3415fbd3a
code when compiled for the proxy, changed the command line macro and remove warnings. Daniel
20 lines
561 B
Makefile
20 lines
561 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include \
|
|
-I@top_srcdir@/proxy -I@top_srcdir@/src @LIBXML_CFLAGS@ \
|
|
-DPROXY
|
|
|
|
|
|
libexec_PROGRAMS = libvirt_proxy
|
|
LIBS=
|
|
|
|
libvirt_proxy_SOURCES = libvirt_proxy.c @top_srcdir@/src/xend_internal.c \
|
|
@top_srcdir@/src/xen_internal.c @top_srcdir@/src/virterror.c \
|
|
@top_srcdir@/src/sexpr.c
|
|
libvirt_proxy_LDFLAGS =
|
|
libvirt_proxy_DEPENDENCIES =
|
|
libvirt_proxy_LDADD =
|
|
|
|
install-exec-hook:
|
|
chmod u+s $(DESTDIR)$(libexecdir)/libvirt_proxy
|