Make qemud/'s rpcgen rules work.

* qemud/Makefile.am (SUFFIXES): Define to .x before implicit rule.
This commit is contained in:
Jim Meyering 2008-02-27 19:12:58 +00:00
parent 92a1e14b0b
commit 46b427a310
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 27 20:12:35 CET 2008 Jim Meyering <meyering@redhat.com>
Make qemud/'s rpcgen rules work.
* qemud/Makefile.am (SUFFIXES): Define to .x before implicit rule.
Wed Feb 27 16:11:00 UTC 2008 Richard W.M. Jones <rjones@redhat.com>
virMacAddrCompare for comparing MAC addresses

View File

@ -14,6 +14,7 @@ EXTRA_DIST = libvirtd.init.in libvirtd.sysconf default-network.xml \
libvirtd.conf
if RPCGEN
SUFFIXES = .x
.x.c:
rm -f $@
rpcgen -c -o $@ $<