1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.

This commit is contained in:
Tim Potter -
parent db3901827f
commit 81bfd9a4d9

View File

@ -11,7 +11,7 @@ all: testsmbc tree
testsmbc: testsmbc.o
@echo Linking testsmbc
@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient
@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lsmbclient -L/usr/local/lib
testsmbc-static: testsmbc.o
@echo Linking testsmbc