]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: add pylibmount __init__.py EXTRA_DIST
authorKarel Zak <kzak@redhat.com>
Thu, 26 Sep 2013 12:02:40 +0000 (14:02 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Sep 2013 12:02:40 +0000 (14:02 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/python/Makemodule.am

index 742d4c536456eccd7b2d9937b60cf763c964b04c..cc36f895858346c5c0d2bec08d6fb6bd6758852d 100644 (file)
@@ -7,6 +7,8 @@ pylibmountexec_LTLIBRARIES = pylibmount.la
 pythonlibmountdir = $(pythondir)/libmount
 pythonlibmount_SCRIPTS = libmount/python/libmount/__init__.py
 
+EXTRA_DIST += $(pythonlibmount_SCRIPTS)
+
 pylibmount_la_SOURCES = \
        libmount/python/pylibmount.c \
        libmount/python/pylibmount.h \