mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
* src/Makefile.am: fix out of tree build
Daniel
This commit is contained in:
parent
a21472c0fd
commit
561377ab8a
@ -1,3 +1,7 @@
|
|||||||
|
Fri Mar 24 14:03:26 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/Makefile.am: fix out of tree build
|
||||||
|
|
||||||
Thu Mar 23 16:40:37 CET 2006 Daniel Veillard <veillard@redhat.com>
|
Thu Mar 23 16:40:37 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* src/xs_internal.c src/xs_internal.h include/virterror.h
|
* src/xs_internal.c src/xs_internal.h include/virterror.h
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @LIBXML_CFLAGS@
|
INCLUDES = -I$(top_builddir)/include -I@top_srcdir@/include @LIBXML_CFLAGS@
|
||||||
DEPS = libvirt.la
|
DEPS = libvirt.la
|
||||||
LDADDS = @STATIC_BINARIES@ libvirt.la
|
LDADDS = @STATIC_BINARIES@ libvirt.la
|
||||||
VIRSH_LIBS = @VIRSH_LIBS@
|
VIRSH_LIBS = @VIRSH_LIBS@
|
||||||
|
Loading…
Reference in New Issue
Block a user