aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6768acbb4..80894d504 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 += \