]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - growfs/Makefile
xfsprogs: remove libreadline support
[thirdparty/xfsprogs-dev.git] / growfs / Makefile
index 4104cc0da89775b26b6a9fe6d60c6e10889cb9bd..a107d348ab6d6cde947e898599de0c28db833acd 100644 (file)
@@ -10,9 +10,6 @@ LTCOMMAND = xfs_growfs
 CFILES = xfs_growfs.c
 
 LLDLIBS = $(LIBXFS) $(LIBXCMD) $(LIBFROG) $(LIBUUID) $(LIBRT) $(LIBPTHREAD)
-ifeq ($(ENABLE_READLINE),yes)
-LLDLIBS += $(LIBREADLINE) $(LIBTERMCAP)
-endif
 
 ifeq ($(ENABLE_EDITLINE),yes)
 LLDLIBS += $(LIBEDITLINE) $(LIBTERMCAP)