1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

Move examples/domain-events/event-c to examples/object-events

The domain events demo program isn't really tied to domain
events anymore, so rename it to object events.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange 2013-12-11 15:11:18 +00:00
parent 34d52b3471
commit 950c2a550f
7 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -69,7 +69,7 @@
/docs/libvirt-refs.xml /docs/libvirt-refs.xml
/docs/search.php /docs/search.php
/docs/todo.html.in /docs/todo.html.in
/examples/domain-events/events-c/event-test /examples/object-events/event-test
/examples/dominfo/info1 /examples/dominfo/info1
/examples/hellolibvirt/hellolibvirt /examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth /examples/openauth/openauth

View File

@ -20,7 +20,7 @@ LCOV = lcov
GENHTML = genhtml GENHTML = genhtml
SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \ SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \
tests po examples/domain-events/events-c examples/hellolibvirt \ tests po examples/object-events examples/hellolibvirt \
examples/dominfo examples/apparmor examples/xml/nwfilter \ examples/dominfo examples/apparmor examples/xml/nwfilter \
examples/openauth examples/systemtap examples/openauth examples/systemtap

2
cfg.mk
View File

@ -963,7 +963,7 @@ exclude_file_name_regexp--sc_prohibit_VIR_ERR_NO_MEMORY = \
exclude_file_name_regexp--sc_prohibit_access_xok = ^src/util/virutil\.c$$ exclude_file_name_regexp--sc_prohibit_access_xok = ^src/util/virutil\.c$$
exclude_file_name_regexp--sc_prohibit_asprintf = \ exclude_file_name_regexp--sc_prohibit_asprintf = \
^(bootstrap.conf$$|src/util/virstring\.[ch]$$|examples/domain-events/events-c/event-test\.c$$|tests/vircgroupmock\.c$$) ^(bootstrap.conf$$|src/util/virstring\.[ch]$$|tests/vircgroupmock\.c$$)
exclude_file_name_regexp--sc_prohibit_strdup = \ exclude_file_name_regexp--sc_prohibit_strdup = \
^(docs/|examples/|src/util/virstring\.c|tests/virnetserverclientmock.c$$) ^(docs/|examples/|src/util/virstring\.c|tests/virnetserverclientmock.c$$)

View File

@ -2554,7 +2554,7 @@ AC_CONFIG_FILES([\
tools/Makefile \ tools/Makefile \
tests/Makefile \ tests/Makefile \
examples/apparmor/Makefile \ examples/apparmor/Makefile \
examples/domain-events/events-c/Makefile \ examples/object-events/Makefile \
examples/dominfo/Makefile \ examples/dominfo/Makefile \
examples/openauth/Makefile \ examples/openauth/Makefile \
examples/hellolibvirt/Makefile \ examples/hellolibvirt/Makefile \

View File

@ -1430,7 +1430,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 domain-events/events-c dominfo hellolibvirt openauth xml/nwfilter systemtap for i in object-events dominfo hellolibvirt openauth xml/nwfilter systemtap
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
@ -2132,7 +2132,7 @@ exit 0
%doc docs/*.html docs/html docs/*.gif %doc docs/*.html docs/html docs/*.gif
%doc docs/libvirt-api.xml %doc docs/libvirt-api.xml
%doc examples/hellolibvirt %doc examples/hellolibvirt
%doc examples/domain-events/events-c %doc examples/object-events
%doc examples/dominfo %doc examples/dominfo
%doc examples/openauth %doc examples/openauth
%doc examples/xml %doc examples/xml