]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: distribute libvirt_qemu.syms
authorEric Blake <eblake@redhat.com>
Thu, 29 Jul 2010 20:19:40 +0000 (14:19 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 29 Jul 2010 20:19:40 +0000 (14:19 -0600)
* src/Makefile.am (EXTRA_DIST): Ensure 'make distcheck' and
'rpmbuild' can reproduce a build.
* daemon/Makefile.am (DAEMON_SOURCES): Likewise.

daemon/Makefile.am
src/Makefile.am

index 6769bab90aec2ee51cd9a9809d90d1d073cc6db4..963d64f00d8d661fa8f248ac43194ed7bdfaaf1b 100644 (file)
@@ -10,6 +10,10 @@ DAEMON_SOURCES =                                     \
                remote_dispatch_table.h                 \
                remote_dispatch_args.h                  \
                remote_dispatch_ret.h                   \
+               qemu_dispatch_prototypes.h              \
+               qemu_dispatch_table.h                   \
+               qemu_dispatch_args.h                    \
+               qemu_dispatch_ret.h                     \
                ../src/remote/remote_protocol.c         \
                ../src/remote/qemu_protocol.c
 
index 64d618b92401e247f4a56eddbbac79ca48acc73d..a66eb2a29e04befafcef34cfe0005a7ff7d590cc 100644 (file)
@@ -162,7 +162,8 @@ REMOTE_DRIVER_SOURCES =                                             \
                remote/qemu_protocol.c                          \
                remote/qemu_protocol.h
 
-EXTRA_DIST += remote/remote_protocol.x remote/rpcgen_fix.pl
+EXTRA_DIST += remote/remote_protocol.x remote/qemu_protocol.x \
+               remote/rpcgen_fix.pl
 
 # Ensure that we don't change the struct or member names or member ordering
 # in remote_protocol.x  The embedded perl below needs a few comments, and
@@ -1074,6 +1075,7 @@ libvirt_qemu_la_LDFLAGS = $(VERSION_SCRIPT_FLAGS)$(LIBVIRT_QEMU_SYMBOL_FILE) \
                          $(AM_LDFLAGS)
 libvirt_qemu_la_CFLAGS = $(AM_CFLAGS)
 libvirt_qemu_la_LIBADD = libvirt.la $(CYGWIN_EXTRA_LIBADD)
+EXTRA_DIST += $(LIBVIRT_QEMU_SYMBOL_FILE)
 
 libexec_PROGRAMS =