summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:08 +0200
committerKarel Zak2007-05-16 11:43:29 +0200
commit2984313a46226c7ecd8c5db92236bfaea107a0c7 (patch)
treedd8ba6510f381a79d3b42eae9ce8a714d5009f75 /lib
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 'lib')
-rw-r--r--lib/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index b52561e07..000000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-include $(top_srcdir)/config/include-Makefile.am
-
-noinst_LIBRARIES = libmd5.a libenv.a libsetproctitle.a
-
-libmd5_a_SOURCES = md5.c
-libenv_a_SOURCES = env.c
-libsetproctitle_a_SOURCES = setproctitle.c \ No newline at end of file