mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
8557bc67a4
src/virterror.c include/Makefile.am include/virterror.h: adding the public APIs for errors, callbacks and synchronous. The boring stuff is still left to do, plugging it. Also need to be exposed at the python level. * doc//*: rebuilt Daniel
12 lines
227 B
Makefile
12 lines
227 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
virincdir = $(includedir)/libvirt
|
|
|
|
virinc_HEADERS = libvirt.h \
|
|
virterror.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(virincdir)
|
|
|
|
EXTRA_DIST = libvirt.h.in
|