]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make sure virnetprotocol.[ch] are in BUILT_SOURCES
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 14:04:11 +0000 (15:04 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 14:19:41 +0000 (15:19 +0100)
commit789ab2cc9fd72c332319aa320705e84c31059793
tree1efda1ab9a8a6b11f89c706f03ed05991aa54e08
parentacb31cf59b6820900a2f2ceb89b96b59c898aecb
Make sure virnetprotocol.[ch] are in BUILT_SOURCES

To ensure virnetprotocol.[ch] are generated before any other
files, add them to BUILT_SOURCES and MAINTAINERCLEANFILES.
At the same time, move ESX_DRIVER_GENERATED out of DISTCLEAN
and into MAINTAINERCLEANFILES, since they are included in
EXTRA_DIST

* src/Makefile.am: Add virnetprotocol.[ch] to BUILT_SOURCES
src/Makefile.am