summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:08 +0200
committerKarel Zak2007-05-16 11:43:29 +0200
commit2984313a46226c7ecd8c5db92236bfaea107a0c7 (patch)
treedd8ba6510f381a79d3b42eae9ce8a714d5009f75 /Makefile.am
parentbuild-sys: mount/Makefile.am tiny cleanup (diff)
downloadkernel-qcow2-util-linux-2984313a46226c7ecd8c5db92236bfaea107a0c7.tar.gz
kernel-qcow2-util-linux-2984313a46226c7ecd8c5db92236bfaea107a0c7.tar.xz
kernel-qcow2-util-linux-2984313a46226c7ecd8c5db92236bfaea107a0c7.zip
build-sys: do not build convenience libraries in lib/
Build lib/*.c individually for each project which uses it, so that the right set of flags is applied each time. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b1ab4e240..feb98d952 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/config/include-Makefile.am
-SUBDIRS = lib \
+SUBDIRS = \
include \
disk-utils \
fdisk \