From d3e72e43447f3937de72dce87cd0560dc017e6f5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Oct 2014 06:21:30 +0200 Subject: [PATCH] Makefile.am: add libnfs and libsmbclient to STORAGE_LIBS --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 += \