]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "build: fix xenconfig VPATH builds"
authorJim Fehlig <jfehlig@suse.com>
Fri, 9 Jan 2015 22:28:04 +0000 (15:28 -0700)
committerJim Fehlig <jfehlig@suse.com>
Mon, 12 Jan 2015 17:14:54 +0000 (10:14 -0700)
This reverts commit 1b21d300691a78f73d94446616a6d1f9fd88991e.

Conflicts:
src/Makefile.am

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/Makefile.am

index aaa5af21690e13720510c88f06e3895f04b3369c..95ba12ceaf72c9bae888d61567d0637c604beac6 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-## Copyright (C) 2005-2015 Red Hat, Inc.
+## Copyright (C) 2005-2014 Red Hat, Inc.
 ##
 ## This library is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU Lesser General Public
@@ -1074,7 +1074,6 @@ if WITH_XENCONFIG
 # Add the generated object to its own library to control CFLAGS
 noinst_LTLIBRARIES += libvirt_xenxldiskparser.la
 libvirt_xenxldiskparser_la_CFLAGS = \
-               -I$(srcdir)/xenconfig \
                -I$(srcdir)/conf $(AM_CFLAGS) -Wno-unused-parameter
 libvirt_xenxldiskparser_la_SOURCES = \
        $(XENXLDISKPARSER_SOURCES)