summaryrefslogtreecommitdiffstats
path: root/libmount/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 17:49:37 +0200
committerKarel Zak2012-06-26 17:49:37 +0200
commitbc94024d0828c106bb606123d1d443daff408082 (patch)
tree59fbcddeecf6671dd8a86509d42f91468426f8ab /libmount/Makemodule.am
parentbuild-sys: convert libblkid/ to module (diff)
downloadkernel-qcow2-util-linux-bc94024d0828c106bb606123d1d443daff408082.tar.gz
kernel-qcow2-util-linux-bc94024d0828c106bb606123d1d443daff408082.tar.xz
kernel-qcow2-util-linux-bc94024d0828c106bb606123d1d443daff408082.zip
build-sys: convert libmount/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/Makemodule.am')
-rw-r--r--libmount/Makemodule.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/libmount/Makemodule.am b/libmount/Makemodule.am
new file mode 100644
index 000000000..188208f91
--- /dev/null
+++ b/libmount/Makemodule.am
@@ -0,0 +1,10 @@
+if BUILD_LIBMOUNT
+
+include libmount/src/Makemodule.am
+
+#include libmount/docs/Makemodule.am
+
+pkgconfig_DATA += libmount/mount.pc
+EXTRA_DIST += libmount/mount.pc.in
+
+endif # BUILD_LIBMOUNT