[Libguestfs] [PATCH 2/2] daemon: Link guestfs_protocol.[ch] into the daemon directory.

Jim Meyering jim at meyering.net
Thu Nov 26 11:17:45 UTC 2009


I haven't received this yet, but read from the archive:

   https://www.redhat.com/archives/libguestfs/2009-November/msg00268.html

The only suspicious part is the trailing ".c" on the command below:

+$(libsrcdir)/guestfs_protocol.c: force
+	$(MAKE) -C $(libsrcdir) guestfs_protocol.c
+$(libsrcdir)/guestfs_protocol.h: force
+	$(MAKE) -C $(libsrcdir) guestfs_protocol.c

Shouldn't that be .h?




More information about the Libguestfs mailing list