From d78df0ac6546bfe5500ca97f2bf05153d93e1eef Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 Aug 2013 14:57:21 +0200 Subject: build-sys: add pylibmount Signed-off-by: Karel Zak --- libmount/python/Makemodule.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libmount/python/Makemodule.am (limited to 'libmount/python') diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am new file mode 100644 index 000000000..30946d635 --- /dev/null +++ b/libmount/python/Makemodule.am @@ -0,0 +1,21 @@ + +if BUILD_PYLIBMOUNT +pyexec_LTLIBRARIES += pylibmount.la + +pylibmount_la_SOURCES = + +pylibmount_la_LIBADD = libmount.la -lpython$(PYTHON_VERSION) + +pylibmount_la_CFLAGS = \ + $(AM_CFLAGS) \ + $(PYTHON_INCLUDES) \ + $(PYTHON_CFLAGS) \ + -I$(ul_libmount_incdir) \ + -fno-strict-aliasing #-ggdb3 -O0 + +pylibmount_la_LDFLAGS = \ + -avoid-version -module -shared -export-dynamic + +CLEANFILES += *.img + +endif # BUILD_PYLIBMOUNT -- cgit v1.2.3-55-g7522