daemon: Link guestfs_protocol.[ch] into the daemon directory.
authorRichard Jones <rjones@redhat.com>
Thu, 26 Nov 2009 11:01:01 +0000 (11:01 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 26 Nov 2009 11:27:45 +0000 (11:27 +0000)
commit929ba5a843722ab490dd6c8d6f38daf0a1858533
tree91da52c3475c1f34184349f7f6c766fea791ec29
parent12f3e9780f2f35f6b81da8eb90ff24dd9ac93253
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
daemon/Makefile.am