1
0
mirror of git://sourceware.org/git/lvm2.git synced 2026-01-21 12:32:46 +03:00

build: Don't generate symlinks in include/ dir

As we start refactoring the code to break dependencies (see doc/refactoring.txt),
I want us to use full paths in the includes (eg, #include "base/data-struct/list.h").
This makes it more obvious when we're breaking abstraction boundaries, eg, including a file in
metadata/ from base/
This commit is contained in:
Joe Thornber
2018-05-14 10:30:20 +01:00
parent 02b99be57e
commit 7f97c7ea9a
250 changed files with 915 additions and 1017 deletions

View File

@@ -12,8 +12,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "lib.h"
#include "prop_common.h"
#include "lib/misc/lib.h"
#include "lib/properties/prop_common.h"
int prop_not_implemented_get(const void *obj, struct lvm_property_type *prop)
{