]> sourceware.org Git - lvm2.git/commitdiff
build: Get python dir building without the include/ dir
authorJoe Thornber <ejt@redhat.com>
Mon, 4 Jun 2018 10:59:13 +0000 (11:59 +0100)
committerJoe Thornber <ejt@redhat.com>
Mon, 4 Jun 2018 10:59:13 +0000 (11:59 +0100)
python/setup.py.in

index d09b79161190ed07a75299f10f72036feb830746..c39e4fcd003979b814fe71a127745e2269e79353 100644 (file)
@@ -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@,
This page took 0.039423 seconds and 5 git commands to generate.