mirror of https://gitee.com/openkylin/libvirt.git
10 lines
181 B
Makefile
10 lines
181 B
Makefile
![]() |
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
xenincdir = $(includedir)/libxen
|
||
|
|
||
|
xeninc_HEADERS = libxen.h
|
||
|
|
||
|
install-exec-hook:
|
||
|
$(mkinstalldirs) $(DESTDIR)$(xenincdir)
|
||
|
|