diff options
Diffstat (limited to 'shlibs/Makefile.am')
-rw-r--r-- | shlibs/Makefile.am | 9 |
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 |