diff options
author | Karel Zak | 2013-09-26 14:02:40 +0200 |
---|---|---|
committer | Karel Zak | 2013-09-26 14:02:40 +0200 |
commit | e4d394fa365d7e8b53076f96410b0e0cff1ae4c5 (patch) | |
tree | 02ae6318b69ebd7868d178e6af42d6b3719ef779 /libmount/python | |
parent | build-sys: fix ${prefix} usage, be more verbose about py paths (diff) | |
download | kernel-qcow2-util-linux-e4d394fa365d7e8b53076f96410b0e0cff1ae4c5.tar.gz kernel-qcow2-util-linux-e4d394fa365d7e8b53076f96410b0e0cff1ae4c5.tar.xz kernel-qcow2-util-linux-e4d394fa365d7e8b53076f96410b0e0cff1ae4c5.zip |
build-sys: add pylibmount __init__.py EXTRA_DIST
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/python')
-rw-r--r-- | libmount/python/Makemodule.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am index 742d4c536..cc36f8958 100644 --- a/libmount/python/Makemodule.am +++ b/libmount/python/Makemodule.am @@ -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 \ |