diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-31 01:52:52 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-31 01:52:54 +0100 |
commit | 8af1d576d82157cea70ee883ec3194712ab9cc42 (patch) | |
tree | b4f56c81d72fa872c5668643de1b7032a6f7b43b | |
parent | f05c7873eec8822425817989fa115b82d73914dd (diff) |
Drop -lnslsmbfs/master
We do not use it directly
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC=gcc CFLAGS=-O0 -g3 -Wall $(shell pkg-config --cflags smbclient) -LDLIBS= $(shell pkg-config --libs smbclient) -lnsl -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc +LDLIBS= $(shell pkg-config --libs smbclient) -lnetfs -lfshelp -liohelp -lpthread -lports -lihash -ldl -lshouldbeinlibc smbfs: clean smb.o smbfs.o smbnetfs.o $(CC) smb.o smbfs.o smbnetfs.o -osmbfs $(LDLIBS) |