mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-14 01:13:45 -06:00
11 lines
209 B
Makefile
11 lines
209 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
virincdir = $(includedir)/libvirt
|
|
|
|
virinc_HEADERS = libvirt.h
|
|
|
|
install-exec-hook:
|
|
$(mkinstalldirs) $(DESTDIR)$(virincdir)
|
|
|
|
EXTRA_DIST = libvirt.h.in
|