mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
config.h.in configure.in: fix make dist, add rpm packaging * src/libxen_sym.version src/Makefile.am: set a policy of no export by default of library symbols Daniel
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)
|
|
|