diff --git a/python/setup.py.in b/python/setup.py.in index 6a44482a6..dac999a85 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2018 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # @@ -20,7 +20,7 @@ from distutils.core import setup, Extension liblvm = Extension('lvm', sources = ['liblvm_python.c'], - libraries= ['lvm2app'], + libraries= ['lvm2app', 'devmapper'], library_dirs= ['@top_builddir@/liblvm'], include_dirs= ['@top_builddir@/include'])