mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
ded06db1e6
include/Makefile.am: provide/fix library versionning information include/libvir.h is now generated ! * include/libvir.h.in src/libvir.c: revamp APIs and implement complete ones. * src/virsh.c: finish the version command and a bit of cleanup. Daniel
11 lines
206 B
Makefile
11 lines
206 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
virincdir = $(includedir)/libvir
|
|
|
|
virinc_HEADERS = libvir.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(virincdir)
|
|
|
|
EXTRA_DIST = libvir.h.in
|