mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Make qemud/'s rpcgen rules work.
* qemud/Makefile.am (SUFFIXES): Define to .x before implicit rule.
This commit is contained in:
parent
92a1e14b0b
commit
46b427a310
@ -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
|
||||
|
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user