diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-10-20 14:20:54 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-21 16:41:22 +0100 |
commit | 025dba7f803419f510fd8f085ce693838af82878 (patch) | |
tree | 44f8823c141f21b184f4bf695fb5a318d1e248bc /daemon | |
parent | 31bf0cf313f21bdeb0d166c4c76aad050ad32232 (diff) | |
download | libguestfs-025dba7f803419f510fd8f085ce693838af82878.tar.gz libguestfs-025dba7f803419f510fd8f085ce693838af82878.tar.xz libguestfs-025dba7f803419f510fd8f085ce693838af82878.zip |
out-of-tree build: daemon
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e23ce86f..af075d7c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -42,10 +42,10 @@ noinst_LIBRARIES = libprotocol.a libprotocol_a_SOURCES = guestfs_protocol.c guestfs_protocol.h libprotocol_a_CFLAGS = -Wall -Wno-unused -fno-strict-aliasing -guestfs_protocol.c: $(libsrcdir)/guestfs_protocol.c +guestfs_protocol.c: $(srcdir)/guestfs_protocol.c rm -f $@ ln $< $@ -guestfs_protocol.h: $(libsrcdir)/guestfs_protocol.h +guestfs_protocol.h: $(srcdir)/guestfs_protocol.h rm -f $@ ln $< $@ $(libsrcdir)/guestfs_protocol.c: force |