examples: Add missing build data for 'rename'

Commit e755186c5c added the rename example, but forgot to build some
essential files in there as well as add it to the spec file.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2015-09-07 09:00:19 +02:00
parent 1d204cf196
commit 732ce2789b
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \
examples/dominfo examples/domsuspend examples/apparmor \ examples/dominfo examples/domsuspend examples/apparmor \
examples/xml/nwfilter examples/openauth examples/systemtap \ examples/xml/nwfilter examples/openauth examples/systemtap \
tools/wireshark examples/dommigrate examples/polkit \ tools/wireshark examples/dommigrate examples/polkit \
examples/lxcconvert examples/domtop examples/lxcconvert examples/domtop examples/rename
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4

View File

@ -1546,7 +1546,7 @@ rm -fr %{buildroot}
# on RHEL 5, thus we need to expand it here. # on RHEL 5, thus we need to expand it here.
make install DESTDIR=%{?buildroot} SYSTEMD_UNIT_DIR=%{_unitdir} make install DESTDIR=%{?buildroot} SYSTEMD_UNIT_DIR=%{_unitdir}
for i in object-events dominfo domsuspend hellolibvirt openauth xml/nwfilter systemtap dommigrate domtop for i in object-events dominfo domsuspend hellolibvirt openauth xml/nwfilter systemtap dommigrate domtop rename
do do
(cd examples/$i ; make clean ; rm -rf .deps .libs Makefile Makefile.in) (cd examples/$i ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
done done
@ -2330,6 +2330,7 @@ exit 0
%doc examples/dommigrate %doc examples/dommigrate
%doc examples/openauth %doc examples/openauth
%doc examples/xml %doc examples/xml
%doc examples/rename
%doc examples/systemtap %doc examples/systemtap
%changelog %changelog