]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 7c404b33d4bb2b6978c002ac46455e514dcbb7e8..680101f8a24d990e289d97985f16a1ac4bab8be6 100644 (file)
@@ -1759,6 +1759,7 @@ virtlockd_SOURCES = \
 virtlockd_CFLAGS = \
                $(AM_CFLAGS) \
                $(PIE_CFLAGS) \
+               $(XDR_CFLAGS) \
                $(NULL)
 virtlockd_LDFLAGS = \
                $(AM_LDFLAGS) \