summaryrefslogtreecommitdiff
path: root/shlibs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/Makefile.am')
-rw-r--r--shlibs/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/shlibs/Makefile.am b/shlibs/Makefile.am
new file mode 100644
index 00000000..3e757885
--- /dev/null
+++ b/shlibs/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS =
+
+if BUILD_LIBUUID
+SUBDIRS += uuid
+endif
+
+if BUILD_LIBBLKID
+SUBDIRS += blkid
+endif