From 15c2e011a769d59165f19a81268b3f93534e65b3 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 Aug 2013 15:24:33 +0200 Subject: build-sys: install pylibmount into Signed-off-by: Karel Zak --- libmount/python/Makemodule.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libmount/python') diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am index fd574ef12..550ea774b 100644 --- a/libmount/python/Makemodule.am +++ b/libmount/python/Makemodule.am @@ -1,6 +1,9 @@ if BUILD_PYLIBMOUNT -pyexec_LTLIBRARIES += pylibmount.la + +pylibmountexecdir = $(pyexecdir)/libmount +pylibmountexec_LTLIBRARIES = pylibmount.la +pylibmountexec_SCRIPTS = libmount/python/libmount/__init__.py pylibmount_la_SOURCES = \ libmount/python/pylibmount.c \ @@ -21,8 +24,6 @@ pylibmount_la_CFLAGS = \ pylibmount_la_LDFLAGS = \ -avoid-version -module -shared -export-dynamic -EXTRA_DIST += libmount/python/libmount/__init__.py - CLEANFILES += *.img endif # BUILD_PYLIBMOUNT -- cgit v1.2.3-55-g7522