diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:55:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 17:55:02 +0000 |
commit | 3b09ee496a95e26088b0e2f1164497c7219945ec (patch) | |
tree | 29043cd0a63806aaf80acfa8bd4a266001241a51 /Config | |
parent | 28fe9e602780df7d023ce526d1ae3d00fb8583b5 (diff) | |
download | zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.gz zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.xz zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.zip |
14041: reduce unnecessary linking for modules
Diffstat (limited to 'Config')
-rw-r--r-- | Config/defs.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index eb0d6a5e1..6a9af5db0 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -64,6 +64,7 @@ EXPOPT = @EXPOPT@ IMPOPT = @IMPOPT@ # extra libraries +MAINLIBS = @MAINLIBS@ LIBS_M = @LIBS_M@ LIBS_CAP = @LIBS_CAP@ LIBS_SOCKET = @LIBS_SOCKET@ |