]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Make qemud/'s rpcgen rules work.
authorJim Meyering <meyering@redhat.com>
Wed, 27 Feb 2008 19:12:58 +0000 (19:12 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 27 Feb 2008 19:12:58 +0000 (19:12 +0000)
* qemud/Makefile.am (SUFFIXES): Define to .x before implicit rule.

ChangeLog
qemud/Makefile.am

index 0caae5e971c868afdbd1006d7e4d6ab43e16ca07..085a936b6901fac229bab1c3bbe49712b819c5ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 1e1f86175e5d0aed060bae15e7fad6a929cddb1e..3094b18f2e29c7c13a6b6fc4a505f733be69dbfd 100644 (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 $@ $<