lib: use procutils.c on Linux only

Fixes: https://github.com/karelzak/util-linux/issues/1251
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-02-17 12:24:13 +01:00
parent 5c7cac85c9
commit 71ba2792ab
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,6 @@ libcommon_la_SOURCES = \
lib/mbsedit.c\
lib/md5.c \
lib/pager.c \
lib/procutils.c \
lib/pwdutils.c \
lib/randutils.c \
lib/strutils.c \
@ -42,6 +41,7 @@ libcommon_la_SOURCES = \
if LINUX
libcommon_la_SOURCES += \
lib/linux_version.c \
lib/procutils.c \
lib/loopdev.c
endif