about summary refs log tree commit diff
path: root/Src/Modules/cap.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-19 17:55:02 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-19 17:55:02 +0000
commit3b09ee496a95e26088b0e2f1164497c7219945ec (patch)
tree29043cd0a63806aaf80acfa8bd4a266001241a51 /Src/Modules/cap.mdd
parent28fe9e602780df7d023ce526d1ae3d00fb8583b5 (diff)
downloadzsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.gz
zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.tar.xz
zsh-3b09ee496a95e26088b0e2f1164497c7219945ec.zip
14041: reduce unnecessary linking for modules
Diffstat (limited to 'Src/Modules/cap.mdd')
-rw-r--r--Src/Modules/cap.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/cap.mdd b/Src/Modules/cap.mdd
index df4a52c4c..0393f7f38 100644
--- a/Src/Modules/cap.mdd
+++ b/Src/Modules/cap.mdd
@@ -6,4 +6,4 @@ autobins="cap getcap setcap"
 
 objects="cap.o"
 
-#extralibs="cap"
+extralibs="cap"