提交 cf0e5df0 编写于 作者: M Mark McLoughlin

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
上级 992176b1
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 @@ ...@@ -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 \
......
## 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 * ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册