mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 10:25:16 +00:00
Fri Feb 23 12:45:08 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/Makefile.am: install libvirt_qemud in /usr/sbin instead of /usr/libexec * src/Makefile.am, src/qemu_internal.c: pass the correct path to libvirt
This commit is contained in:
parent
992176b177
commit
cf0e5df048
@ -1,3 +1,11 @@
|
|||||||
|
Fri Feb 23 12:45:08 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
|
* qemud/Makefile.am: install libvirt_qemud in /usr/sbin
|
||||||
|
instead of /usr/libexec
|
||||||
|
|
||||||
|
* src/Makefile.am, src/qemu_internal.c: pass the correct
|
||||||
|
path to libvirt
|
||||||
|
|
||||||
Fri Feb 23 10:26:24 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
Fri Feb 23 10:26:24 IST 2007 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
* src/virsh.c: in "start" and "net-start" use e.g.
|
* src/virsh.c: in "start" and "net-start" use e.g.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
INCLUDES = @LIBXML_CFLAGS@
|
INCLUDES = @LIBXML_CFLAGS@
|
||||||
|
|
||||||
libexec_PROGRAMS = libvirt_qemud
|
sbin_PROGRAMS = libvirt_qemud
|
||||||
|
|
||||||
libvirt_qemud_SOURCES = qemud.c internal.h protocol.h \
|
libvirt_qemud_SOURCES = qemud.c internal.h protocol.h \
|
||||||
driver.c driver.h \
|
driver.c driver.h \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include @LIBXML_CFLAGS@ -I@top_srcdir@/qemud \
|
INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include @LIBXML_CFLAGS@ -I@top_srcdir@/qemud \
|
||||||
-DBINDIR=\""$(libexecdir)"\" -DLOCALEBASEDIR=\""$(datadir)/locale"\" \
|
-DBINDIR=\""$(libexecdir)"\" -DSBINDIR=\""$(sbindir)"\" -DLOCALEBASEDIR=\""$(datadir)/locale"\" \
|
||||||
-DLOCAL_STATE_DIR=\""$(localstatedir)"\" \
|
-DLOCAL_STATE_DIR=\""$(localstatedir)"\" \
|
||||||
-DGETTEXT_PACKAGE=\"$(PACKAGE)\"
|
-DGETTEXT_PACKAGE=\"$(PACKAGE)\"
|
||||||
DEPS = libvirt.la
|
DEPS = libvirt.la
|
||||||
|
@ -99,8 +99,8 @@ static const char *
|
|||||||
qemuFindServerPath(void)
|
qemuFindServerPath(void)
|
||||||
{
|
{
|
||||||
static const char *serverPaths[] = {
|
static const char *serverPaths[] = {
|
||||||
BINDIR "/libvirt_qemud",
|
SBINDIR "/libvirt_qemud",
|
||||||
BINDIR "/libvirt_qemud_dbg",
|
SBINDIR "/libvirt_qemud_dbg",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user