Fix building idmap_winbind as shared module
authorJelmer Vernooij <jelmer@samba.org>
Tue, 17 Jun 2003 10:41:08 +0000 (10:41 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 17 Jun 2003 10:41:08 +0000 (10:41 +0000)
(This used to be commit 255603779621be4025d4892f589f39f3bfa08976)

source3/Makefile.in

index 5f468a7de3362a7d441082c64ea78bc5f363cf5c..9cb3bb84973b155a3b72f8a2aece70177247b75a 100644 (file)
@@ -1034,7 +1034,7 @@ bin/xml.@SHLIBEXT@: $(XML_OBJ:.o=.po)
        @$(SHLD) $(LDSHFLAGS) -o $@ $(XML_OBJ:.o=.po) @XML_LIBS@ \
                @SONAMEFLAG@`basename $@`
 
-bin/winbind_idmap.@SHLIBEXT@: sam/idmap_winbind.po
+bin/idmap_winbind.@SHLIBEXT@: sam/idmap_winbind.po
        @echo "Building plugin $@"
        @$(SHLD) $(LDSHFLAGS)  -o $@ sam/idmap_winbind.po \
                @SONAMEFLAG@`basename $@`