]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: recompute symbols after changing configure options
authorEric Blake <eblake@redhat.com>
Thu, 17 Feb 2011 20:16:53 +0000 (13:16 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 15:58:36 +0000 (08:58 -0700)
commit053013b0daa49de1ca52eb72575cfb62eb9dcc44
tree48606e1a7771436037f5b22050e006343f4888fc
parent15285754ddf1d07d0e519cac9cc9df137e76dd1e
build: recompute symbols after changing configure options

$ ./configure
...
$ make
...
  GEN    libvirt.syms
...
$ ./configure --with-driver-modules
...
$ make
...

libvirt.syms doesn't get regenerated but it should as it should
contain virDriverLoadModule now.

* src/Makefile.am (libvirt.syms): Depend on configure changes.
Reported by Matthias Bolte.
src/Makefile.am