From 929ba5a843722ab490dd6c8d6f38daf0a1858533 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 26 Nov 2009 11:01:01 +0000 Subject: daemon: Link guestfs_protocol.[ch] into the daemon directory. Instead of doing a recursive call into the src/ directory to build the object files, hard link the source files into the daemon directory and build them separately. See: http://www.redhat.com/archives/libguestfs/2009-November/msg00254.html Thanks to Jim Meyering for noticing a typo in the original version. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1af0b68f..6293dd9a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,8 @@ config.sub configure daemon/actions.h daemon/guestfsd +daemon/guestfs_protocol.c +daemon/guestfs_protocol.h daemon/install-sh daemon/missing daemon/names.c -- cgit