mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* libvirt.spec.in proxy/Makefile.am src/proxy_internal.c
src/xen_internal.c: fixing the proxy installation, integrate in the spec file and fix a few bugs in the proxy, seems to behave correctly now. * docs/apibuild.py docs/*: fixing the doc and API generator Daniel
This commit is contained in:
@@ -5,7 +5,7 @@ INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include \
|
||||
-DXEN_RO
|
||||
|
||||
|
||||
bin_PROGRAMS = libvirt_proxy
|
||||
libexec_PROGRAMS = libvirt_proxy
|
||||
LIBS=
|
||||
|
||||
libvirt_proxy_SOURCES = libvirt_proxy.c @top_srcdir@/src/xend_internal.c \
|
||||
@@ -15,3 +15,6 @@ libvirt_proxy_LDFLAGS =
|
||||
libvirt_proxy_DEPENDENCIES =
|
||||
libvirt_proxy_LDADD =
|
||||
|
||||
install-exec-hook:
|
||||
chown root:root $(DESTDIR)$(libexecdir)/libvirt_proxy
|
||||
chmod u+s $(DESTDIR)$(libexecdir)/libvirt_proxy
|
||||
|
||||
Reference in New Issue
Block a user