about summary refs log tree commit diff
path: root/src/libstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/Makefile')
-rw-r--r--src/libstore/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstore/Makefile b/src/libstore/Makefile
index eaba1005f227..83c5d8ed49b7 100644
--- a/src/libstore/Makefile
+++ b/src/libstore/Makefile
@@ -4,9 +4,7 @@ libstore_NAME = libnixstore
 
 libstore_DIR := $(d)
 
-libstore_SOURCES = \
-  store-api.cc local-store.cc remote-store.cc derivations.cc build.cc misc.cc \
-  globals.cc references.cc pathlocks.cc gc.cc optimise-store.cc
+libstore_SOURCES := $(wildcard $(d)/*.cc)
 
 libstore_LIBS = libutil libformat