mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
75169488a0
version for python bindings, heavilly based on libxml2/libxslt way of doing things, maybe this need to be revisited. Added packaging too. * src/hash.h: fixed the Copyright notice. Daniel
14 lines
378 B
Makefile
14 lines
378 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = src include docs @PYTHON_SUBDIR@
|
|
|
|
EXTRA_DIST = libvir.spec.in libvir.spec COPYING.LIB \
|
|
libvir.pc.in libvir.pc TODO AUTHORS ChangeLog \
|
|
NEWS README
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libvir.pc
|
|
|
|
rpm: clean
|
|
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
|