[lvm-devel] master - build: Get python dir building without the include/ dir

Joe Thornber thornber at sourceware.org
Mon Jun 4 11:00:46 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=891f8dc19d7b9c5a72971200fad2b29b13e43bfa
Commit:        891f8dc19d7b9c5a72971200fad2b29b13e43bfa
Parent:        21a5be2364574de43e2afe55a250ccced02df008
Author:        Joe Thornber <ejt at redhat.com>
AuthorDate:    Mon Jun 4 11:59:13 2018 +0100
Committer:     Joe Thornber <ejt at redhat.com>
CommitterDate: Mon Jun 4 11:59:13 2018 +0100

build: Get python dir building without the include/ dir

---
 python/setup.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/setup.py.in b/python/setup.py.in
index d09b791..c39e4fc 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@,




More information about the lvm-devel mailing list