Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
[ira/wip.git] / examples / libsmbclient / Makefile
index 7415f4f07ec1d753fd706dadd12238757eb470c9..047addc8f7ad856e9c865d117cba7b0bd00aebd1 100644 (file)
@@ -94,6 +94,10 @@ testwrite: testwrite.o
        @echo Linking testwrite
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
 
+testctx: testctx.o
+       @echo Linking testctx
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
+
 smbsh:
        make -C smbwrapper