autobuild: Remove ntdb target
[samba.git] / script / librelease.sh
index 5119ca4aca78bf5543623fe080ff94a3ade5b4c6..7584e481d30b935860f8a079c1b43bc5fa99e6af 100755 (executable)
@@ -80,7 +80,7 @@ release_lib() {
 
 for lib in $*; do
     case $lib in
-       talloc | tdb | tevent | ldb)
+       talloc | tdb | ntdb | tevent | ldb)
            [ -z "$GPG_USER" ] && {
                GPG_USER='Samba Library Distribution Key <samba-bugs@samba.org>'
            }