From: Viktor Mihajlovski Date: Fri, 27 Sep 2013 12:46:59 +0000 (+0200) Subject: build: Fix VPATH build error for locking daemon X-Git-Tag: CVE-2013-4399~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6973e02b3d2a1b7935499484d7238cc3b7cc9850;p=thirdparty%2Flibvirt.git build: Fix VPATH build error for locking daemon Removed superfluous/wrong srcdir prefix. Signed-off-by: Viktor Mihajlovski --- diff --git a/src/Makefile.am b/src/Makefile.am index 4057eda237..09311b755c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -196,7 +196,7 @@ BUILT_SOURCES += $(LOCK_PROTOCOL_GENERATED) MAINTAINERCLEANFILES += $(LOCK_PROTOCOL_GENERATED) LOCK_DAEMON_GENERATED = \ - $(srcdir)/locking/lock_daemon_dispatch_stubs.h + locking/lock_daemon_dispatch_stubs.h $(NULL) BUILT_SOURCES += $(LOCK_DAEMON_GENERATED)