diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 15:45:27 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:32:12 +0100 |
commit | 44ff06671a0662b4611512a26bd302d31c5915e0 (patch) | |
tree | 19e6298484759f7a3e9c711319a7e6721f8cf837 /tests | |
parent | 4b0dd87b508a6a08c2b7f705e67df53c1e517816 (diff) | |
download | libguestfs-44ff06671a0662b4611512a26bd302d31c5915e0.tar.gz libguestfs-44ff06671a0662b4611512a26bd302d31c5915e0.tar.xz libguestfs-44ff06671a0662b4611512a26bd302d31c5915e0.zip |
build: Rename most C files that contain underscore with dash.
This is just code motion.
Some files cannot be renamed. Notably rpcgen input and output files
must not contain dash characters, else rpcgen breaks.
Cherry picked from commit 2e4089f30007e79bc157c775cfd3b326d22f2992
and modified so that conflicts in the following files:
po-docs/ja.po
po-docs/libguestfs-docs.pot
po-docs/uk.po
were resolved by simply copying the files from the master branch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/xml/Makefile.am | 2 | ||||
-rw-r--r-- | tests/xml/fake-libvirt-xml.c (renamed from tests/xml/fake_libvirt_xml.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am index f5638fcb..1a4f465e 100644 --- a/tests/xml/Makefile.am +++ b/tests/xml/Makefile.am @@ -26,7 +26,7 @@ if HAVE_LIBVIRT # returned by libvirt. check_LTLIBRARIES = libfakevirtxml.la -libfakevirtxml_la_SOURCES = fake_libvirt_xml.c +libfakevirtxml_la_SOURCES = fake-libvirt-xml.c libfakevirtxml_la_CFLAGS = $(LIBVIRT_CFLAGS) # -version-info and -rpath force libtool to build a shared library. libfakevirtxml_la_LDFLAGS = -version-info 0:0:0 -rpath /nowhere diff --git a/tests/xml/fake_libvirt_xml.c b/tests/xml/fake-libvirt-xml.c index 61065d3d..61065d3d 100644 --- a/tests/xml/fake_libvirt_xml.c +++ b/tests/xml/fake-libvirt-xml.c |