diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
commit | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (patch) | |
tree | 1035a488b2c17d3314b4cfa08f702ea88c5b46c4 /Config/defs.mk.in | |
parent | e3ff47f8ee64cbeb48ed032939342bde1ac840bc (diff) | |
download | zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.gz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.xz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.zip |
14033: reduce unnecessary library linking for modules and main binary
Diffstat (limited to 'Config/defs.mk.in')
-rw-r--r-- | Config/defs.mk.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index 138dea059..eb0d6a5e1 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -63,6 +63,14 @@ DLLD = @DLLD@ EXPOPT = @EXPOPT@ IMPOPT = @IMPOPT@ +# extra libraries +LIBS_M = @LIBS_M@ +LIBS_CAP = @LIBS_CAP@ +LIBS_SOCKET = @LIBS_SOCKET@ +LIBS_TERMCAP = @LIBS_TERMCAP@ +LIBS_TERMINFO = @LIBS_TERMINFO@ +LIBS_YP = @LIBS_YP@ + # utilities AWK = @AWK@ YODL = @YODL@ |