diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-05-13 15:50:38 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-06-04 09:47:37 +0200 |
commit | 03be41d4093c109af88a93321049829713b40d03 (patch) | |
tree | 52a12a6a495c0431c088ecaf0f6948a33a9bec39 /cli/src/Makefile.am | |
parent | fd93fb9fb966038390053627b1ca86d65c6db399 (diff) | |
download | NetworkManager-03be41d4093c109af88a93321049829713b40d03.tar.gz |
cli/build: make libreadline a build-time dependency (bgo #729846)
and link nmcli against it.
This simplifies code, makes sure that line editing capability is supported,
and will allow using readline on other places too.
https://bugzilla.gnome.org/show_bug.cgi?id=729846
https://bugzilla.redhat.com/show_bug.cgi?id=1007365
Diffstat (limited to 'cli/src/Makefile.am')
-rw-r--r-- | cli/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index f4f8fd943a..e61c036898 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -33,6 +33,7 @@ nmcli_SOURCES = \ nmcli_LDADD = \ $(DBUS_LIBS) \ $(GLIB_LIBS) \ + $(READLINE_LIBS) \ $(top_builddir)/libnm-util/libnm-util.la \ $(top_builddir)/libnm-glib/libnm-glib.la |