Commit d3e72e43 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: add libnfs and libsmbclient to STORAGE_LIBS

parent 60512ffa
......@@ -580,7 +580,10 @@ libstorage_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(NFS_CFLAGS) \
$(SMBCLIENT_CFLAGS)
STORAGE_LIBS = libstorage.a
STORAGE_LIBS = \
$(NFS_LIBS) \
$(SMBCLIENT_LIBS) \
libstorage.a
if ENABLE_SMBCLIENT
libstorage_a_SOURCES += \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment