mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
8c423e6c83
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
14 lines
383 B
Makefile
14 lines
383 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = src include docs @PYTHON_SUBDIR@
|
|
|
|
EXTRA_DIST = libvirt.spec.in libvirt.spec COPYING.LIB \
|
|
libvirt.pc.in libvirt.pc TODO AUTHORS ChangeLog \
|
|
NEWS README
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libvirt.pc
|
|
|
|
rpm: clean
|
|
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
|