diff options
author | Will Dietz <w@wdtz.org> | 2018-10-29T13·44-0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-10-29T13·44-0500 |
commit | 3d974d31facefe8eaf59af56b0187e6a63fdd0cc (patch) | |
tree | d9eac6b0618b52116ec820b600e34640e03ed3cf /Makefile.config.in | |
parent | f90a67e24d906bdb86c86b9d1c7e6307aeb6ff7c (diff) |
editline: wip
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 08edcb863ef6..fad077d869be 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -15,6 +15,7 @@ SODIUM_LIBS = @SODIUM_LIBS@ LIBLZMA_LIBS = @LIBLZMA_LIBS@ SQLITE3_LIBS = @SQLITE3_LIBS@ LIBBROTLI_LIBS = @LIBBROTLI_LIBS@ +EDITLINE_LIBS = @EDITLINE_LIBS@ bash = @bash@ bindir = @bindir@ brotli = @brotli@ |