VFStest uses all of smbd's .o files, so needs -lpam and crypt.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 3 Oct 2002 07:25:08 +0000 (07:25 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Oct 2002 07:25:08 +0000 (07:25 +0000)
source/Makefile.in

index 60d1e11a52e491639fc9069944e1a568287aa2fc..3e884b11ede894a45dfd835714425c8e5b01f95d 100644 (file)
@@ -737,7 +737,7 @@ bin/nsstest: $(NSSTEST_OBJ) bin/.dummy
 
 bin/vfstest: $(VFSTEST_OBJ) bin/.dummy
        @echo Linking $@
-       @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINTLIBS) $(LIBS) @BUILD_POPT@
+       @$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) $(TERMLIBS) $(DYNEXP) $(PRINTLIBS) $(AUTHLIBS) $(LIBS) @BUILD_POPT@
 
 bin/locktest2: $(LOCKTEST2_OBJ) bin/.dummy
        @echo Linking $@