]> xenbits.xensource.com Git - libvirt.git/commit
build: rename generated files to .h, for automake's sake
authorEric Blake <eblake@redhat.com>
Fri, 6 May 2011 19:54:32 +0000 (13:54 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 6 May 2011 21:11:36 +0000 (15:11 -0600)
commitd3c5104ddaa07381355deddb2a6a7f95b0accd22
tree39fcb1d2d7e9804c96d75eb4702462bda972395c
parent15b64ef0edd0d13e05f6ea8b96dd0e56ffcc0dd4
build: rename generated files to .h, for automake's sake

In preparation for removing generated files, it is necessary
to tell automake that the generated files must be distributed
but not directly compiled (since they are included into the
body of a larger .c file that is compiled).  Hence, even though
these files are code and not headers in the strict sense of
the word, it is easier to rename them to .h for automake's sake.

* daemon/remote_client_bodies.c: Rename to .h.
* daemon/qemu_client_bodies.c: Likewise.
* src/remote/remote_client_bodies.c: Likewise.
* src/remote/qemu_client_bodies.c: Likewise.
* daemon/Makefile.am (remote_dispatch_bodies.c)
(qemu_dispatch_bodies.c): Rename to .h.
(remote.c, EXTRA_DIST): Reflect rename.
* daemon/remote.c: Likewise.
* daemon/remote_generator.pl: Likewise.
* src/Makefile.am (remote/remote_driver.c): Likewise.
* src/remote/remote_driver.c: Likewise.
* po/POTFILES.in: Likewise.
* cfg.mk (exclude_file_name_regexp--sc_require_config_h)
(exclude_file_name_regexp--sc_require_config_h_first)
(exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF):
Likewise.
15 files changed:
cfg.mk
daemon/Makefile.am
daemon/qemu_dispatch_bodies.c [deleted file]
daemon/qemu_dispatch_bodies.h [new file with mode: 0644]
daemon/remote.c
daemon/remote_dispatch_bodies.c [deleted file]
daemon/remote_dispatch_bodies.h [new file with mode: 0644]
daemon/remote_generator.pl
po/POTFILES.in
src/Makefile.am
src/remote/qemu_client_bodies.c [deleted file]
src/remote/qemu_client_bodies.h [new file with mode: 0644]
src/remote/remote_client_bodies.c [deleted file]
src/remote/remote_client_bodies.h [new file with mode: 0644]
src/remote/remote_driver.c