summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStepan Kasal <skasal@redhat.com>2007-05-15 20:46:08 +0200
committerKarel Zak <kzak@redhat.com>2007-05-16 11:43:29 +0200
commit2984313a46226c7ecd8c5db92236bfaea107a0c7 (patch)
treedd8ba6510f381a79d3b42eae9ce8a714d5009f75 /Makefile.am
parent787fc0be21cd076689aa1467ee3cdc7519174a71 (diff)
downloadutil-linux-old-2984313a46226c7ecd8c5db92236bfaea107a0c7.tar.gz
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 b1ab4e24..feb98d95 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 \