mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
1192a2ade3
libvir.spec.in docs/Makefile.am docs/apibuild.py docs/structures.fig include/Makefile.am include/libvir.h src/Makefile.am src/hash.c src/hash.h src/internal.h src/libvir.c src/libvir_sym.version src/virsh.c: renamed to libvir Daniel
10 lines
181 B
Makefile
10 lines
181 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
virincdir = $(includedir)/libvir
|
|
|
|
virinc_HEADERS = libvir.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(virincdir)
|
|
|