diff options
author | Stepan Kasal | 2007-05-15 20:46:08 +0200 |
---|---|---|
committer | Karel Zak | 2007-05-16 11:43:29 +0200 |
commit | 2984313a46226c7ecd8c5db92236bfaea107a0c7 (patch) | |
tree | dd8ba6510f381a79d3b42eae9ce8a714d5009f75 /lib | |
parent | build-sys: mount/Makefile.am tiny cleanup (diff) | |
download | kernel-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.am | 7 |
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 |