about summary refs log tree commit diff
path: root/src/nix-store/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-store/Makefile')
-rw-r--r--src/nix-store/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile b/src/nix-store/Makefile
index 105513872e81..edd111b42015 100644
--- a/src/nix-store/Makefile
+++ b/src/nix-store/Makefile
@@ -2,7 +2,7 @@ PROGRAMS += nix-store
 
 nix-store_DIR := $(d)
 
-nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc
+nix-store_SOURCES := $(wildcard $(d)/*.cc)
 
 nix-store_LIBS = libmain libstore libutil libformat