]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use correct rpc.h for virtlockd
authorEric Blake <eblake@redhat.com>
Thu, 30 May 2013 21:49:40 +0000 (15:49 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 30 May 2013 21:49:40 +0000 (15:49 -0600)
commitdb23257523217998f3e48a0cf9a05945cfeeae04
tree823b0b683c959d88e37baf09cfd67c6f51202698
parent9fda950f5c9fe335a550760aed972a799bb5fe7d
build: use correct rpc.h for virtlockd

Commit d671121d was incomplete; I hit another compile fail on
cygwin not finding the correct rpc/rpc.h.

* src/Makefile.am (virtlockd_CFLAGS): Add XDR_CFLAGS.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/Makefile.am