Commit ee2afb35 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: add variable NFS_SOURCES

parent 0adcda38
...@@ -506,6 +506,9 @@ SMBCLIENT_SOURCES = \ ...@@ -506,6 +506,9 @@ SMBCLIENT_SOURCES = \
src/lib/smbclient/Mutex.cxx src/lib/smbclient/Mutex.hxx \ src/lib/smbclient/Mutex.cxx src/lib/smbclient/Mutex.hxx \
src/lib/smbclient/Init.cxx src/lib/smbclient/Init.hxx src/lib/smbclient/Init.cxx src/lib/smbclient/Init.hxx
NFS_SOURCES = \
src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx
if ENABLE_DATABASE if ENABLE_DATABASE
noinst_LIBRARIES += libstorage.a noinst_LIBRARIES += libstorage.a
...@@ -533,7 +536,7 @@ endif ...@@ -533,7 +536,7 @@ endif
if ENABLE_NFS if ENABLE_NFS
libstorage_a_SOURCES += \ libstorage_a_SOURCES += \
src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx \ $(NFS_SOURCES) \
src/storage/plugins/NfsStorage.cxx src/neighbor/plugins/NfsStorage.hxx src/storage/plugins/NfsStorage.cxx src/neighbor/plugins/NfsStorage.hxx
endif endif
...@@ -1072,7 +1075,7 @@ endif ...@@ -1072,7 +1075,7 @@ endif
if ENABLE_NFS if ENABLE_NFS
libinput_a_SOURCES += \ libinput_a_SOURCES += \
src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx \ $(NFS_SOURCES) \
src/input/plugins/NfsInputPlugin.cxx src/input/plugins/NfsInputPlugin.hxx src/input/plugins/NfsInputPlugin.cxx src/input/plugins/NfsInputPlugin.hxx
endif endif
......
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