mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-31 08:38:16 -05:00
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
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
|