summaryrefslogtreecommitdiffstats
path: root/libsmartcols/Makemodule.am
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-17 10:51:56 +0100
committerKarel Zak2014-04-03 12:29:15 +0200
commit1a4d989e220677124ba24617d38cda533ae1340f (patch)
treefd35e8bf6bd0f721551967f3e3b016e5c2fe5453 /libsmartcols/Makemodule.am
parentmount: update mount.8 about barrier mount options defaults (diff)
downloadkernel-qcow2-util-linux-1a4d989e220677124ba24617d38cda533ae1340f.tar.gz
kernel-qcow2-util-linux-1a4d989e220677124ba24617d38cda533ae1340f.tar.xz
kernel-qcow2-util-linux-1a4d989e220677124ba24617d38cda533ae1340f.zip
libsmartcols: add basic files
Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/Makemodule.am')
-rw-r--r--libsmartcols/Makemodule.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/libsmartcols/Makemodule.am b/libsmartcols/Makemodule.am
new file mode 100644
index 000000000..ee9678633
--- /dev/null
+++ b/libsmartcols/Makemodule.am
@@ -0,0 +1,14 @@
+if BUILD_LIBSMARTCOLS
+
+include libsmartcols/src/Makemodule.am
+
+#if ENABLE_GTK_DOC
+# Docs uses separate Makefiles
+#SUBDIRS += libsmartcols/docs
+#endif
+
+pkgconfig_DATA += libsmartcols/smartcols.pc
+PATHFILES += libsmartcols/smartcols.pc
+EXTRA_DIST += libsmartcols/COPYING
+
+endif # BUILD_LIBSMARTCOLS