From 891f8dc19d7b9c5a72971200fad2b29b13e43bfa Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 4 Jun 2018 11:59:13 +0100 Subject: [PATCH] build: Get python dir building without the include/ dir --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index d09b79161..c39e4fcd0 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -22,7 +22,7 @@ liblvm = Extension('lvm', sources = ['liblvm_python.c'], libraries= ['lvm2app', 'devmapper'], library_dirs= ['@top_builddir@/liblvm', '@top_builddir@/libdm'], - include_dirs= ['@top_builddir@/include']) + include_dirs= ['@top_builddir@']) setup (name='lvm', version=@LVM_VERSION@, -- 2.43.5