summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2009-05-14 17:40:52 +0200
committerKarel Zak2009-05-14 17:40:52 +0200
commit20ad4963249c236f81e9e05be300e1e844d0cfd8 (patch)
tree9cde5853b4c6f672b4447e4ca32d20578be4a951 /configure.ac
parentbuild-sys: rename /libs to /shlibs (diff)
downloadkernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.tar.gz
kernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.tar.xz
kernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.zip
build-sys: complete /libs to /shlibs rename
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index ec41ae609..1abf688f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -773,7 +773,6 @@ LIBS=""
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES([
-Makefile
disk-utils/Makefile
fdisk/Makefile
fsck/Makefile
@@ -781,24 +780,25 @@ getopt/Makefile
hwclock/Makefile
include/Makefile
lib/Makefile
-libs/Makefile
-libs/blkid/blkid.pc
-libs/blkid/Makefile
-libs/blkid/bin/Makefile
-libs/blkid/src/Makefile
-libs/blkid/src/probers/Makefile
login-utils/Makefile
+Makefile
+misc-utils/chkdupexe:misc-utils/chkdupexe.pl
misc-utils/Makefile
mount/Makefile
partx/Makefile
po/Makefile.in
schedutils/Makefile
+shlibs/blkid/bin/Makefile
+shlibs/blkid/blkid.pc
+shlibs/blkid/Makefile
+shlibs/blkid/src/Makefile
+shlibs/blkid/src/probers/Makefile
+shlibs/Makefile
sys-utils/Makefile
-text-utils/Makefile
-tests/Makefile
-tests/helpers/Makefile
tests/commands.sh
-misc-utils/chkdupexe:misc-utils/chkdupexe.pl
+tests/helpers/Makefile
+tests/Makefile
+text-utils/Makefile
])
AC_OUTPUT